Html Css Color HEX #64EFEA Turquoise Blue

📋 copy color: '#64EFEA'

red 100 ◦ green 239 ◦ blue 234

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

Shades of Turquoise Blue #64EFEA

Tints of Turquoise Blue #64EFEA

RGB

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

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

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

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

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #64EFEA: hue angle of 177.84º 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 #64EFEA is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 239 234 -
CMYK 0.58 0 0.02 0.06
HSL 177.84º 0.81% 0.66% -
HSV(B) 177.84º 0.58% 0.94% -
XYZ 50.97 70.38 88.74 -
YUV 196.87 148.95 58.91 -
System Red Green Blue C M Y K H S L
Decimal 100 239 234 0.58 0 0.02 0.06 177.84 0.81 0.66
Hex 64 EF EA 3A 0 2 6 B2 51 42
Octal 144 357 352 72 0 2 6 262 121 102
Binary 1100100 11101111 11101010 111010 0 10 110 10110010 1010001 1000010

Color Harmonies of #64EFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EFEA

Black with #64EFEA

Text Example


Text Example

White with #64EFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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