Html Css Color HEX #66EAF5 Turquoise Blue

📋 copy color: '#66EAF5'

red 102 ◦ green 234 ◦ blue 245

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

Shades of Turquoise Blue #66EAF5

Tints of Turquoise Blue #66EAF5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.28%

 BLUE value IS 245 (96.09% from 255) = 42.17%

R = 17.56%
G = 40.28%
B = 42.17%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#66EAF5 (or 0x66EAF5) is known color: Turquoise Blue. HEX triplet: 66, EA and F5. RGB value is (102,234,245). Sum of RGB (Red+Green+Blue) = 102+234+245=581 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.56% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 245 (96.09% from 255 or 42.17% from 581); Max value from RGB is 245 - color contains mainly: blue. Hex color #66EAF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EAF5 is #99150A. Grayscale: #C3C3C3. Windows color (decimal): -10032395 or 16116326. OLE color: 16116326.

HSL color Cylindrical-coordinate representation of color #66EAF5: hue angle of 184.62º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66EAF5 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 102 234 245 -
CMYK 0.58 0.04 0 0.04
HSL 184.62º 0.88% 0.68% -
HSV(B) 184.62º 0.58% 0.96% -
XYZ 51.38 68.26 96.85 -
YUV 195.79 155.77 61.11 -
System Red Green Blue C M Y K H S L
Decimal 102 234 245 0.58 0.04 0 0.04 184.62 0.88 0.68
Hex 66 EA F5 3A 4 0 4 B9 58 44
Octal 146 352 365 72 4 0 4 271 130 104
Binary 1100110 11101010 11110101 111010 100 0 100 10111001 1011000 1000100

Color Harmonies of #66EAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EAF5

Black with #66EAF5

Text Example


Text Example

White with #66EAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,234,245); }

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

background-color css

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

 a { background-color: rgb(102,234,245); }

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

border-color css

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

 span { border-color: rgb(102,234,245); }

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