Html Css Color HEX #66E2EF Turquoise Blue

📋 copy color: '#66E2EF'

red 102 ◦ green 226 ◦ blue 239

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

Shades of Turquoise Blue #66E2EF

Tints of Turquoise Blue #66E2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.86%

 BLUE value IS 239 (93.75% from 255) = 42.15%

R = 17.99%
G = 39.86%
B = 42.15%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#66E2EF (or 0x66E2EF) is known color: Turquoise Blue. HEX triplet: 66, E2 and EF. RGB value is (102,226,239). Sum of RGB (Red+Green+Blue) = 102+226+239=567 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.99% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #66E2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66E2EF is #991D10. Grayscale: #BEBEBE. Windows color (decimal): -10034449 or 15721062. OLE color: 15721062.

HSL color Cylindrical-coordinate representation of color #66E2EF: hue angle of 185.69º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66E2EF is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 226 239 -
CMYK 0.57 0.05 0 0.06
HSL 185.69º 0.81% 0.67% -
HSV(B) 185.69º 0.57% 0.94% -
XYZ 48.26 63.45 91.36 -
YUV 190.41 155.42 64.94 -
System Red Green Blue C M Y K H S L
Decimal 102 226 239 0.57 0.05 0 0.06 185.69 0.81 0.67
Hex 66 E2 EF 39 5 0 6 BA 51 43
Octal 146 342 357 71 5 0 6 272 121 103
Binary 1100110 11100010 11101111 111001 101 0 110 10111010 1010001 1000011

Color Harmonies of #66E2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E2EF

Black with #66E2EF

Text Example


Text Example

White with #66E2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,226,239); }

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

background-color css

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

 a { background-color: rgb(102,226,239); }

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

border-color css

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

 span { border-color: rgb(102,226,239); }

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