Html Css Color HEX #64CFDB Turquoise Blue

📋 copy color: '#64CFDB'

red 100 ◦ green 207 ◦ blue 219

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

Shades of Turquoise Blue #64CFDB

Tints of Turquoise Blue #64CFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.35%

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

R = 19.01%
G = 39.35%
B = 41.63%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64CFDB (or 0x64CFDB) is known color: Turquoise Blue. HEX triplet: 64, CF and DB. RGB value is (100,207,219). Sum of RGB (Red+Green+Blue) = 100+207+219=526 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.01% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #64CFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CFDB is #9B3024. Grayscale: #B0B0B0. Windows color (decimal): -10170405 or 14405476. OLE color: 14405476.

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

Color convert

RGB 100 207 219 -
CMYK 0.54 0.05 0 0.14
HSL 186.05º 0.62% 0.63% -
HSV(B) 186.05º 0.54% 0.86% -
XYZ 40.35 52.45 75.01 -
YUV 176.38 152.05 73.52 -
System Red Green Blue C M Y K H S L
Decimal 100 207 219 0.54 0.05 0 0.14 186.05 0.62 0.63
Hex 64 CF DB 36 5 0 E BA 3E 3F
Octal 144 317 333 66 5 0 16 272 76 77
Binary 1100100 11001111 11011011 110110 101 0 1110 10111010 111110 111111

Color Harmonies of #64CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CFDB

Black with #64CFDB

Text Example


Text Example

White with #64CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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