Html Css Color HEX #64DFEA Turquoise Blue

📋 copy color: '#64DFEA'

red 100 ◦ green 223 ◦ blue 234

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

Shades of Turquoise Blue #64DFEA

Tints of Turquoise Blue #64DFEA

RGB

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

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

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

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

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64DFEA (or 0x64DFEA) is known color: Turquoise Blue. HEX triplet: 64, DF and EA. RGB value is (100,223,234). Sum of RGB (Red+Green+Blue) = 100+223+234=557 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.95% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #64DFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DFEA is #9B2015. Grayscale: #BBBBBB. Windows color (decimal): -10166294 or 15392612. OLE color: 15392612.

HSL color Cylindrical-coordinate representation of color #64DFEA: hue angle of 184.93º 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 #64DFEA is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 223 234 -
CMYK 0.57 0.05 0 0.08
HSL 184.93º 0.76% 0.65% -
HSV(B) 184.93º 0.57% 0.92% -
XYZ 46.49 61.43 87.25 -
YUV 187.48 154.25 65.61 -
System Red Green Blue C M Y K H S L
Decimal 100 223 234 0.57 0.05 0 0.08 184.93 0.76 0.65
Hex 64 DF EA 39 5 0 8 B9 4C 41
Octal 144 337 352 71 5 0 10 271 114 101
Binary 1100100 11011111 11101010 111001 101 0 1000 10111001 1001100 1000001

Color Harmonies of #64DFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DFEA

Black with #64DFEA

Text Example


Text Example

White with #64DFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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