Html Css Color HEX #66DEFE Turquoise Blue

📋 copy color: '#66DEFE'

red 102 ◦ green 222 ◦ blue 254

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

Shades of Turquoise Blue #66DEFE

Tints of Turquoise Blue #66DEFE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.41%

 BLUE value IS 254 (99.61% from 255) = 43.94%

R = 17.65%
G = 38.41%
B = 43.94%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#66DEFE (or 0x66DEFE) is known color: Turquoise Blue. HEX triplet: 66, DE and FE. RGB value is (102,222,254). Sum of RGB (Red+Green+Blue) = 102+222+254=578 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.65% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #66DEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DEFE is #992101. Grayscale: #BDBDBD. Windows color (decimal): -10035458 or 16703078. OLE color: 16703078.

HSL color Cylindrical-coordinate representation of color #66DEFE: hue angle of 192.63º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66DEFE is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 102 222 254 -
CMYK 0.60 0.13 0 0.00
HSL 192.63º 0.99% 0.7% -
HSV(B) 192.63º 0.6% 1% -
XYZ 49.49 62.22 103.17 -
YUV 189.77 164.24 65.4 -
System Red Green Blue C M Y K H S L
Decimal 102 222 254 0.60 0.13 0 0.00 192.63 0.99 0.7
Hex 66 DE FE 3C D 0 0 C1 63 46
Octal 146 336 376 74 15 0 0 301 143 106
Binary 1100110 11011110 11111110 111100 1101 0 0 11000001 1100011 1000110

Color Harmonies of #66DEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DEFE

Black with #66DEFE

Text Example


Text Example

White with #66DEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,222,254); }

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

background-color css

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

 a { background-color: rgb(102,222,254); }

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

border-color css

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

 span { border-color: rgb(102,222,254); }

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