Html Css Color HEX #66CBE0 Turquoise Blue

📋 copy color: '#66CBE0'

red 102 ◦ green 203 ◦ blue 224

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

Shades of Turquoise Blue #66CBE0

Tints of Turquoise Blue #66CBE0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.37%

 BLUE value IS 224 (87.89% from 255) = 42.34%

R = 19.28%
G = 38.37%
B = 42.34%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#66CBE0 (or 0x66CBE0) is known color: Turquoise Blue. HEX triplet: 66, CB and E0. RGB value is (102,203,224). Sum of RGB (Red+Green+Blue) = 102+203+224=529 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.28% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #66CBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CBE0 is #99341F. Grayscale: #AFAFAF. Windows color (decimal): -10040352 or 14732134. OLE color: 14732134.

HSL color Cylindrical-coordinate representation of color #66CBE0: hue angle of 190.33º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66CBE0 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 102 203 224 -
CMYK 0.54 0.09 0 0.12
HSL 190.33º 0.66% 0.64% -
HSV(B) 190.33º 0.54% 0.88% -
XYZ 40.29 50.92 78.23 -
YUV 175.2 155.54 75.79 -
System Red Green Blue C M Y K H S L
Decimal 102 203 224 0.54 0.09 0 0.12 190.33 0.66 0.64
Hex 66 CB E0 36 9 0 C BE 42 40
Octal 146 313 340 66 11 0 14 276 102 100
Binary 1100110 11001011 11100000 110110 1001 0 1100 10111110 1000010 1000000

Color Harmonies of #66CBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CBE0

Black with #66CBE0

Text Example


Text Example

White with #66CBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,203,224); }

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

background-color css

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

 a { background-color: rgb(102,203,224); }

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

border-color css

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

 span { border-color: rgb(102,203,224); }

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