Html Css Color HEX #64EFE9 Turquoise Blue

📋 copy color: '#64EFE9'

red 100 ◦ green 239 ◦ blue 233

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

Shades of Turquoise Blue #64EFE9

Tints of Turquoise Blue #64EFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.73%

R = 17.48%
G = 41.78%
B = 40.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#64EFE9 (or 0x64EFE9) is known color: Turquoise Blue. HEX triplet: 64, EF and E9. RGB value is (100,239,233). Sum of RGB (Red+Green+Blue) = 100+239+233=572 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.48% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 233 (91.41% from 255 or 40.73% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EFE9 is #9B1016. Grayscale: #C4C4C4. Windows color (decimal): -10162199 or 15331172. OLE color: 15331172.

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

Color convert

RGB 100 239 233 -
CMYK 0.58 0 0.03 0.06
HSL 177.41º 0.81% 0.66% -
HSV(B) 177.41º 0.58% 0.94% -
XYZ 50.83 70.33 87.99 -
YUV 196.76 148.45 58.99 -
System Red Green Blue C M Y K H S L
Decimal 100 239 233 0.58 0 0.03 0.06 177.41 0.81 0.66
Hex 64 EF E9 3A 0 3 6 B1 51 42
Octal 144 357 351 72 0 3 6 261 121 102
Binary 1100100 11101111 11101001 111010 0 11 110 10110001 1010001 1000010

Color Harmonies of #64EFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EFE9

Black with #64EFE9

Text Example


Text Example

White with #64EFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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