Html Css Color HEX #64EFED Turquoise Blue

📋 copy color: '#64EFED'

red 100 ◦ green 239 ◦ blue 237

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

Shades of Turquoise Blue #64EFED

Tints of Turquoise Blue #64EFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.15%

R = 17.36%
G = 41.49%
B = 41.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#64EFED (or 0x64EFED) is known color: Turquoise Blue. HEX triplet: 64, EF and ED. RGB value is (100,239,237). Sum of RGB (Red+Green+Blue) = 100+239+237=576 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.36% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EFED is #9B1012. Grayscale: #C5C5C5. Windows color (decimal): -10162195 or 15593316. OLE color: 15593316.

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

Color convert

RGB 100 239 237 -
CMYK 0.58 0 0.01 0.06
HSL 179.14º 0.81% 0.66% -
HSV(B) 179.14º 0.58% 0.94% -
XYZ 51.41 70.56 91.03 -
YUV 197.21 150.45 58.66 -
System Red Green Blue C M Y K H S L
Decimal 100 239 237 0.58 0 0.01 0.06 179.14 0.81 0.66
Hex 64 EF ED 3A 0 1 6 B3 51 42
Octal 144 357 355 72 0 1 6 263 121 102
Binary 1100100 11101111 11101101 111010 0 1 110 10110011 1010001 1000010

Color Harmonies of #64EFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EFED

Black with #64EFED

Text Example


Text Example

White with #64EFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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