Html Css Color HEX #64EAEF Turquoise Blue

📋 copy color: '#64EAEF'

red 100 ◦ green 234 ◦ blue 239

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

Shades of Turquoise Blue #64EAEF

Tints of Turquoise Blue #64EAEF

RGB

 RED value IS 100 (39.45% from 255) = 17.45%

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

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

R = 17.45%
G = 40.84%
B = 41.71%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#64EAEF (or 0x64EAEF) is known color: Turquoise Blue. HEX triplet: 64, EA and EF. RGB value is (100,234,239). Sum of RGB (Red+Green+Blue) = 100+234+239=573 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.45% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #64EAEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EAEF is #9B1510. Grayscale: #C2C2C2. Windows color (decimal): -10163473 or 15723108. OLE color: 15723108.

HSL color Cylindrical-coordinate representation of color #64EAEF: hue angle of 182.16º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EAEF is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 234 239 -
CMYK 0.58 0.02 0 0.06
HSL 182.16º 0.81% 0.66% -
HSV(B) 182.16º 0.58% 0.94% -
XYZ 50.26 67.79 92.1 -
YUV 194.5 153.11 60.59 -
System Red Green Blue C M Y K H S L
Decimal 100 234 239 0.58 0.02 0 0.06 182.16 0.81 0.66
Hex 64 EA EF 3A 2 0 6 B6 51 42
Octal 144 352 357 72 2 0 6 266 121 102
Binary 1100100 11101010 11101111 111010 10 0 110 10110110 1010001 1000010

Color Harmonies of #64EAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EAEF

Black with #64EAEF

Text Example


Text Example

White with #64EAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64EAEF; }

 p { color: rgb(100,234,239); }

 H1.HeaderClassName
 {
   color: #64EAEF;
 }
 .AnyTagClassName
 {
   color: #64EAEF;
 }
</style>

background-color css

<style>
 a { background-color: #64EAEF; }

 a { background-color: rgb(100,234,239); }

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

border-color css

<style>
 span { border-color: #64EAEF; }

 span { border-color: rgb(100,234,239); }

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