Html Css Color HEX #64EADF Turquoise Blue

📋 copy color: '#64EADF'

red 100 ◦ green 234 ◦ blue 223

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

Shades of Turquoise Blue #64EADF

Tints of Turquoise Blue #64EADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 17.95%
G = 42.01%
B = 40.04%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#64EADF (or 0x64EADF) is known color: Turquoise Blue. HEX triplet: 64, EA and DF. RGB value is (100,234,223). Sum of RGB (Red+Green+Blue) = 100+234+223=557 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.95% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #64EADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EADF is #9B1520. Grayscale: #C0C0C0. Windows color (decimal): -10163489 or 14674532. OLE color: 14674532.

HSL color Cylindrical-coordinate representation of color #64EADF: hue angle of 175.07º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EADF is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 234 223 -
CMYK 0.57 0 0.05 0.08
HSL 175.07º 0.76% 0.65% -
HSV(B) 175.07º 0.57% 0.92% -
XYZ 48 66.88 80.19 -
YUV 192.68 145.11 61.89 -
System Red Green Blue C M Y K H S L
Decimal 100 234 223 0.57 0 0.05 0.08 175.07 0.76 0.65
Hex 64 EA DF 39 0 5 8 AF 4C 41
Octal 144 352 337 71 0 5 10 257 114 101
Binary 1100100 11101010 11011111 111001 0 101 1000 10101111 1001100 1000001

Color Harmonies of #64EADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EADF

Black with #64EADF

Text Example


Text Example

White with #64EADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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