Html Css Color HEX #66CEDD Turquoise Blue

📋 copy color: '#66CEDD'

red 102 ◦ green 206 ◦ blue 221

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

Shades of Turquoise Blue #66CEDD

Tints of Turquoise Blue #66CEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.94%

 BLUE value IS 221 (86.72% from 255) = 41.78%

R = 19.28%
G = 38.94%
B = 41.78%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#66CEDD (or 0x66CEDD) is known color: Turquoise Blue. HEX triplet: 66, CE and DD. RGB value is (102,206,221). Sum of RGB (Red+Green+Blue) = 102+206+221=529 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.28% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #66CEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CEDD is #993122. Grayscale: #B0B0B0. Windows color (decimal): -10039587 or 14536294. OLE color: 14536294.

HSL color Cylindrical-coordinate representation of color #66CEDD: hue angle of 187.56º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66CEDD is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 206 221 -
CMYK 0.54 0.07 0 0.13
HSL 187.56º 0.64% 0.63% -
HSV(B) 187.56º 0.54% 0.87% -
XYZ 40.6 52.19 76.34 -
YUV 176.61 153.04 74.78 -
System Red Green Blue C M Y K H S L
Decimal 102 206 221 0.54 0.07 0 0.13 187.56 0.64 0.63
Hex 66 CE DD 36 7 0 D BC 40 3F
Octal 146 316 335 66 7 0 15 274 100 77
Binary 1100110 11001110 11011101 110110 111 0 1101 10111100 1000000 111111

Color Harmonies of #66CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CEDD

Black with #66CEDD

Text Example


Text Example

White with #66CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,206,221); }

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

background-color css

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

 a { background-color: rgb(102,206,221); }

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

border-color css

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

 span { border-color: rgb(102,206,221); }

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