Html Css Color HEX #66D9D3 Turquoise Blue

📋 copy color: '#66D9D3'

red 102 ◦ green 217 ◦ blue 211

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

Shades of Turquoise Blue #66D9D3

Tints of Turquoise Blue #66D9D3

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.94%

 BLUE value IS 211 (82.81% from 255) = 39.81%

R = 19.25%
G = 40.94%
B = 39.81%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#66D9D3 (or 0x66D9D3) is known color: Turquoise Blue. HEX triplet: 66, D9 and D3. RGB value is (102,217,211). Sum of RGB (Red+Green+Blue) = 102+217+211=530 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.25% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 211 (82.81% from 255 or 39.81% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #66D9D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D9D3 is #99262C. Grayscale: #B5B5B5. Windows color (decimal): -10036781 or 13883750. OLE color: 13883750.

HSL color Cylindrical-coordinate representation of color #66D9D3: hue angle of 176.87º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D9D3 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 217 211 -
CMYK 0.53 0 0.03 0.15
HSL 176.87º 0.6% 0.63% -
HSV(B) 176.87º 0.53% 0.85% -
XYZ 42.05 57.15 70.44 -
YUV 181.93 144.4 70.99 -
System Red Green Blue C M Y K H S L
Decimal 102 217 211 0.53 0 0.03 0.15 176.87 0.6 0.63
Hex 66 D9 D3 35 0 3 F B1 3C 3F
Octal 146 331 323 65 0 3 17 261 74 77
Binary 1100110 11011001 11010011 110101 0 11 1111 10110001 111100 111111

Color Harmonies of #66D9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D9D3

Black with #66D9D3

Text Example


Text Example

White with #66D9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,217,211); }

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

background-color css

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

 a { background-color: rgb(102,217,211); }

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

border-color css

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

 span { border-color: rgb(102,217,211); }

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