Html Css Color HEX #64DDE7 Turquoise Blue

📋 copy color: '#64DDE7'

red 100 ◦ green 221 ◦ blue 231

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

Shades of Turquoise Blue #64DDE7

Tints of Turquoise Blue #64DDE7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.04%

 BLUE value IS 231 (90.63% from 255) = 41.85%

R = 18.12%
G = 40.04%
B = 41.85%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#64DDE7 (or 0x64DDE7) is known color: Turquoise Blue. HEX triplet: 64, DD and E7. RGB value is (100,221,231). Sum of RGB (Red+Green+Blue) = 100+221+231=552 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.12% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 231 (90.62% from 255 or 41.85% from 552); Max value from RGB is 231 - color contains mainly: blue. Hex color #64DDE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DDE7 is #9B2218. Grayscale: #B9B9B9. Windows color (decimal): -10166809 or 15195492. OLE color: 15195492.

HSL color Cylindrical-coordinate representation of color #64DDE7: hue angle of 184.58º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64DDE7 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 100 221 231 -
CMYK 0.57 0.04 0 0.09
HSL 184.58º 0.73% 0.65% -
HSV(B) 184.58º 0.57% 0.91% -
XYZ 45.54 60.19 84.82 -
YUV 185.96 153.41 66.69 -
System Red Green Blue C M Y K H S L
Decimal 100 221 231 0.57 0.04 0 0.09 184.58 0.73 0.65
Hex 64 DD E7 39 4 0 9 B9 49 41
Octal 144 335 347 71 4 0 11 271 111 101
Binary 1100100 11011101 11100111 111001 100 0 1001 10111001 1001001 1000001

Color Harmonies of #64DDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DDE7

Black with #64DDE7

Text Example


Text Example

White with #64DDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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