Html Css Color HEX #64DCEB Turquoise Blue

📋 copy color: '#64DCEB'

red 100 ◦ green 220 ◦ blue 235

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

Shades of Turquoise Blue #64DCEB

Tints of Turquoise Blue #64DCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.64%

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

R = 18.02%
G = 39.64%
B = 42.34%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64DCEB (or 0x64DCEB) is known color: Turquoise Blue. HEX triplet: 64, DC and EB. RGB value is (100,220,235). Sum of RGB (Red+Green+Blue) = 100+220+235=555 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.02% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #64DCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DCEB is #9B2314. Grayscale: #B9B9B9. Windows color (decimal): -10167061 or 15457380. OLE color: 15457380.

HSL color Cylindrical-coordinate representation of color #64DCEB: hue angle of 186.67º 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 #64DCEB is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 220 235 -
CMYK 0.57 0.06 0 0.08
HSL 186.67º 0.77% 0.66% -
HSV(B) 186.67º 0.57% 0.92% -
XYZ 45.84 59.89 87.74 -
YUV 185.83 155.74 66.78 -
System Red Green Blue C M Y K H S L
Decimal 100 220 235 0.57 0.06 0 0.08 186.67 0.77 0.66
Hex 64 DC EB 39 6 0 8 BB 4D 42
Octal 144 334 353 71 6 0 10 273 115 102
Binary 1100100 11011100 11101011 111001 110 0 1000 10111011 1001101 1000010

Color Harmonies of #64DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DCEB

Black with #64DCEB

Text Example


Text Example

White with #64DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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