Html Css Color HEX #64CDDD Turquoise Blue

📋 copy color: '#64CDDD'

red 100 ◦ green 205 ◦ blue 221

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

Shades of Turquoise Blue #64CDDD

Tints of Turquoise Blue #64CDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.97%

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 19.01%
G = 38.97%
B = 42.02%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#64CDDD (or 0x64CDDD) is known color: Turquoise Blue. HEX triplet: 64, CD and DD. RGB value is (100,205,221). Sum of RGB (Red+Green+Blue) = 100+205+221=526 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.01% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #64CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CDDD is #9B3222. Grayscale: #AFAFAF. Windows color (decimal): -10170915 or 14536036. OLE color: 14536036.

HSL color Cylindrical-coordinate representation of color #64CDDD: hue angle of 187.93º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64CDDD is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 205 221 -
CMYK 0.55 0.07 0 0.13
HSL 187.93º 0.64% 0.63% -
HSV(B) 187.93º 0.55% 0.87% -
XYZ 40.14 51.59 76.25 -
YUV 175.43 153.71 74.2 -
System Red Green Blue C M Y K H S L
Decimal 100 205 221 0.55 0.07 0 0.13 187.93 0.64 0.63
Hex 64 CD DD 37 7 0 D BC 40 3F
Octal 144 315 335 67 7 0 15 274 100 77
Binary 1100100 11001101 11011101 110111 111 0 1101 10111100 1000000 111111

Color Harmonies of #64CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CDDD

Black with #64CDDD

Text Example


Text Example

White with #64CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,205,221); }

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

background-color css

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

 a { background-color: rgb(100,205,221); }

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

border-color css

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

 span { border-color: rgb(100,205,221); }

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