Html Css Color HEX #64DBEB Turquoise Blue

📋 copy color: '#64DBEB'

red 100 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #64DBEB

Tints of Turquoise Blue #64DBEB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.53%

 BLUE value IS 235 (92.19% from 255) = 42.42%

R = 18.05%
G = 39.53%
B = 42.42%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64DBEB (or 0x64DBEB) is known color: Turquoise Blue. HEX triplet: 64, DB and EB. RGB value is (100,219,235). Sum of RGB (Red+Green+Blue) = 100+219+235=554 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.05% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #64DBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DBEB is #9B2414. Grayscale: #B9B9B9. Windows color (decimal): -10167317 or 15457124. OLE color: 15457124.

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

Color convert

RGB 100 219 235 -
CMYK 0.57 0.07 0 0.08
HSL 187.11º 0.77% 0.66% -
HSV(B) 187.11º 0.57% 0.92% -
XYZ 45.58 59.37 87.65 -
YUV 185.24 156.08 67.2 -
System Red Green Blue C M Y K H S L
Decimal 100 219 235 0.57 0.07 0 0.08 187.11 0.77 0.66
Hex 64 DB EB 39 7 0 8 BB 4D 42
Octal 144 333 353 71 7 0 10 273 115 102
Binary 1100100 11011011 11101011 111001 111 0 1000 10111011 1001101 1000010

Color Harmonies of #64DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DBEB

Black with #64DBEB

Text Example


Text Example

White with #64DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,219,235); }

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

background-color css

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

 a { background-color: rgb(100,219,235); }

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

border-color css

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

 span { border-color: rgb(100,219,235); }

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