Html Css Color HEX #64D8EA Turquoise Blue

📋 copy color: '#64D8EA'

red 100 ◦ green 216 ◦ blue 234

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

Shades of Turquoise Blue #64D8EA

Tints of Turquoise Blue #64D8EA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.27%

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

R = 18.18%
G = 39.27%
B = 42.55%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64D8EA (or 0x64D8EA) is known color: Turquoise Blue. HEX triplet: 64, D8 and EA. RGB value is (100,216,234). Sum of RGB (Red+Green+Blue) = 100+216+234=550 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.18% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #64D8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64D8EA is #9B2715. Grayscale: #B7B7B7. Windows color (decimal): -10168086 or 15390820. OLE color: 15390820.

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

Color convert

RGB 100 216 234 -
CMYK 0.57 0.08 0 0.08
HSL 188.06º 0.76% 0.65% -
HSV(B) 188.06º 0.57% 0.92% -
XYZ 44.66 57.76 86.64 -
YUV 183.37 156.57 68.54 -
System Red Green Blue C M Y K H S L
Decimal 100 216 234 0.57 0.08 0 0.08 188.06 0.76 0.65
Hex 64 D8 EA 39 8 0 8 BC 4C 41
Octal 144 330 352 71 10 0 10 274 114 101
Binary 1100100 11011000 11101010 111001 1000 0 1000 10111100 1001100 1000001

Color Harmonies of #64D8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D8EA

Black with #64D8EA

Text Example


Text Example

White with #64D8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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