Html Css Color HEX #66E2F7 Turquoise Blue

📋 copy color: '#66E2F7'

red 102 ◦ green 226 ◦ blue 247

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

Shades of Turquoise Blue #66E2F7

Tints of Turquoise Blue #66E2F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 42.96%

R = 17.74%
G = 39.3%
B = 42.96%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#66E2F7 (or 0x66E2F7) is known color: Turquoise Blue. HEX triplet: 66, E2 and F7. RGB value is (102,226,247). Sum of RGB (Red+Green+Blue) = 102+226+247=575 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.74% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 247 (96.88% from 255 or 42.96% from 575); Max value from RGB is 247 - color contains mainly: blue. Hex color #66E2F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66E2F7 is #991D08. Grayscale: #BFBFBF. Windows color (decimal): -10034441 or 16245350. OLE color: 16245350.

HSL color Cylindrical-coordinate representation of color #66E2F7: hue angle of 188.69º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66E2F7 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 102 226 247 -
CMYK 0.59 0.09 0 0.03
HSL 188.69º 0.9% 0.68% -
HSV(B) 188.69º 0.59% 0.97% -
XYZ 49.46 63.93 97.73 -
YUV 191.32 159.42 64.29 -
System Red Green Blue C M Y K H S L
Decimal 102 226 247 0.59 0.09 0 0.03 188.69 0.9 0.68
Hex 66 E2 F7 3B 9 0 3 BD 5A 44
Octal 146 342 367 73 11 0 3 275 132 104
Binary 1100110 11100010 11110111 111011 1001 0 11 10111101 1011010 1000100

Color Harmonies of #66E2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E2F7

Black with #66E2F7

Text Example


Text Example

White with #66E2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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