Html Css Color HEX #66DCE4 Turquoise Blue

📋 copy color: '#66DCE4'

red 102 ◦ green 220 ◦ blue 228

#66DCE4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #66DCE4

Tints of Turquoise Blue #66DCE4

RGB

 RED value IS 102 (40.23% from 255) = 18.55%

 GREEN value IS 220 (86.33% from 255) = 40%

 BLUE value IS 228 (89.45% from 255) = 41.45%

R = 18.55%
G = 40%
B = 41.45%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#66DCE4 (or 0x66DCE4) is known color: Turquoise Blue. HEX triplet: 66, DC and E4. RGB value is (102,220,228). Sum of RGB (Red+Green+Blue) = 102+220+228=550 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.55% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 228 (89.45% from 255 or 41.45% from 550); Max value from RGB is 228 - color contains mainly: blue. Hex color #66DCE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DCE4 is #99231B. Grayscale: #B9B9B9. Windows color (decimal): -10035996 or 14998630. OLE color: 14998630.

HSL color Cylindrical-coordinate representation of color #66DCE4: hue angle of 183.81º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66DCE4 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 102 220 228 -
CMYK 0.55 0.04 0 0.11
HSL 183.81º 0.7% 0.65% -
HSV(B) 183.81º 0.55% 0.89% -
XYZ 45.08 59.61 82.53 -
YUV 185.63 151.91 68.35 -
System Red Green Blue C M Y K H S L
Decimal 102 220 228 0.55 0.04 0 0.11 183.81 0.7 0.65
Hex 66 DC E4 37 4 0 B B8 46 41
Octal 146 334 344 67 4 0 13 270 106 101
Binary 1100110 11011100 11100100 110111 100 0 1011 10111000 1000110 1000001

Color Harmonies of #66DCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DCE4

Black with #66DCE4

Text Example


Text Example

White with #66DCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66DCE4; }

 p { color: rgb(102,220,228); }

 H1.HeaderClassName
 {
   color: #66DCE4;
 }
 .AnyTagClassName
 {
   color: #66DCE4;
 }
</style>

background-color css

<style>
 a { background-color: #66DCE4; }

 a { background-color: rgb(102,220,228); }

 div.DivClassName
 {
   background-color: #66DCE4;
 }
 .BgClassName
 {
   background-color: #66DCE4;
 }
</style>

border-color css

<style>
 span { border-color: #66DCE4; }

 span { border-color: rgb(102,220,228); }

 td.TdClassName
 {
   border-color: #66DCE4;
 }
 .TagClassName
 {
   border-color: #66DCE4;
 }
</style>