Html Css Color HEX #64CADB Turquoise Blue

📋 copy color: '#64CADB'

red 100 ◦ green 202 ◦ blue 219

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

Shades of Turquoise Blue #64CADB

Tints of Turquoise Blue #64CADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.77%

 BLUE value IS 219 (85.94% from 255) = 42.03%

R = 19.19%
G = 38.77%
B = 42.03%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64CADB (or 0x64CADB) is known color: Turquoise Blue. HEX triplet: 64, CA and DB. RGB value is (100,202,219). Sum of RGB (Red+Green+Blue) = 100+202+219=521 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.19% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #64CADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CADB is #9B3524. Grayscale: #ADADAD. Windows color (decimal): -10171685 or 14404196. OLE color: 14404196.

HSL color Cylindrical-coordinate representation of color #64CADB: hue angle of 188.57º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64CADB is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 202 219 -
CMYK 0.54 0.08 0 0.14
HSL 188.57º 0.62% 0.63% -
HSV(B) 188.57º 0.54% 0.86% -
XYZ 39.16 50.06 74.62 -
YUV 173.44 153.71 75.62 -
System Red Green Blue C M Y K H S L
Decimal 100 202 219 0.54 0.08 0 0.14 188.57 0.62 0.63
Hex 64 CA DB 36 8 0 E BD 3E 3F
Octal 144 312 333 66 10 0 16 275 76 77
Binary 1100100 11001010 11011011 110110 1000 0 1110 10111101 111110 111111

Color Harmonies of #64CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CADB

Black with #64CADB

Text Example


Text Example

White with #64CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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