Html Css Color HEX #64E6ED Turquoise Blue

📋 copy color: '#64E6ED'

red 100 ◦ green 230 ◦ blue 237

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

Shades of Turquoise Blue #64E6ED

Tints of Turquoise Blue #64E6ED

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.56%

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

R = 17.64%
G = 40.56%
B = 41.8%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64E6ED (or 0x64E6ED) is known color: Turquoise Blue. HEX triplet: 64, E6 and ED. RGB value is (100,230,237). Sum of RGB (Red+Green+Blue) = 100+230+237=567 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.64% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #64E6ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64E6ED is #9B1912. Grayscale: #BFBFBF. Windows color (decimal): -10164499 or 15591012. OLE color: 15591012.

HSL color Cylindrical-coordinate representation of color #64E6ED: hue angle of 183.07º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64E6ED is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 230 237 -
CMYK 0.58 0.03 0 0.07
HSL 183.07º 0.79% 0.66% -
HSV(B) 183.07º 0.58% 0.93% -
XYZ 48.84 65.42 90.17 -
YUV 191.93 153.43 62.43 -
System Red Green Blue C M Y K H S L
Decimal 100 230 237 0.58 0.03 0 0.07 183.07 0.79 0.66
Hex 64 E6 ED 3A 3 0 7 B7 4F 42
Octal 144 346 355 72 3 0 7 267 117 102
Binary 1100100 11100110 11101101 111010 11 0 111 10110111 1001111 1000010

Color Harmonies of #64E6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E6ED

Black with #64E6ED

Text Example


Text Example

White with #64E6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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