Html Css Color HEX #64DAEE Turquoise Blue

📋 copy color: '#64DAEE'

red 100 ◦ green 218 ◦ blue 238

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

Shades of Turquoise Blue #64DAEE

Tints of Turquoise Blue #64DAEE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.21%

 BLUE value IS 238 (93.36% from 255) = 42.81%

R = 17.99%
G = 39.21%
B = 42.81%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64DAEE (or 0x64DAEE) is known color: Turquoise Blue. HEX triplet: 64, DA and EE. RGB value is (100,218,238). Sum of RGB (Red+Green+Blue) = 100+218+238=556 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.99% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #64DAEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DAEE is #9B2511. Grayscale: #B8B8B8. Windows color (decimal): -10167570 or 15653476. OLE color: 15653476.

HSL color Cylindrical-coordinate representation of color #64DAEE: hue angle of 188.7º degrees, saturation: 0.8, 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 #64DAEE is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 218 238 -
CMYK 0.58 0.08 0 0.07
HSL 188.7º 0.8% 0.66% -
HSV(B) 188.7º 0.58% 0.93% -
XYZ 45.76 59.03 89.87 -
YUV 185 157.91 67.37 -
System Red Green Blue C M Y K H S L
Decimal 100 218 238 0.58 0.08 0 0.07 188.7 0.8 0.66
Hex 64 DA EE 3A 8 0 7 BD 50 42
Octal 144 332 356 72 10 0 7 275 120 102
Binary 1100100 11011010 11101110 111010 1000 0 111 10111101 1010000 1000010

Color Harmonies of #64DAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DAEE

Black with #64DAEE

Text Example


Text Example

White with #64DAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,218,238); }

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

background-color css

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

 a { background-color: rgb(100,218,238); }

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

border-color css

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

 span { border-color: rgb(100,218,238); }

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