Html Css Color HEX #66EAF4 Turquoise Blue

📋 copy color: '#66EAF4'

red 102 ◦ green 234 ◦ blue 244

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

Shades of Turquoise Blue #66EAF4

Tints of Turquoise Blue #66EAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42.07%

R = 17.59%
G = 40.34%
B = 42.07%

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

#66EAF4 (or 0x66EAF4) is known color: Turquoise Blue. HEX triplet: 66, EA and F4. RGB value is (102,234,244). Sum of RGB (Red+Green+Blue) = 102+234+244=580 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.59% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 244 (95.70% from 255 or 42.07% from 580); Max value from RGB is 244 - color contains mainly: blue. Hex color #66EAF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EAF4 is #99150B. Grayscale: #C3C3C3. Windows color (decimal): -10032396 or 16050790. OLE color: 16050790.

HSL color Cylindrical-coordinate representation of color #66EAF4: hue angle of 184.23º degrees, saturation: 0.87, 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 #66EAF4 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 102 234 244 -
CMYK 0.58 0.04 0 0.04
HSL 184.23º 0.87% 0.68% -
HSV(B) 184.23º 0.58% 0.96% -
XYZ 51.23 68.2 96.05 -
YUV 195.67 155.27 61.19 -
System Red Green Blue C M Y K H S L
Decimal 102 234 244 0.58 0.04 0 0.04 184.23 0.87 0.68
Hex 66 EA F4 3A 4 0 4 B8 57 44
Octal 146 352 364 72 4 0 4 270 127 104
Binary 1100110 11101010 11110100 111010 100 0 100 10111000 1010111 1000100

Color Harmonies of #66EAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EAF4

Black with #66EAF4

Text Example


Text Example

White with #66EAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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