Html Css Color HEX #64CEED Turquoise Blue

📋 copy color: '#64CEED'

red 100 ◦ green 206 ◦ blue 237

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

Shades of Turquoise Blue #64CEED

Tints of Turquoise Blue #64CEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.94%

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 18.42%
G = 37.94%
B = 43.65%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64CEED (or 0x64CEED) is known color: Turquoise Blue. HEX triplet: 64, CE and ED. RGB value is (100,206,237). Sum of RGB (Red+Green+Blue) = 100+206+237=543 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.42% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #64CEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CEED is #9B3112. Grayscale: #B1B1B1. Windows color (decimal): -10170643 or 15584868. OLE color: 15584868.

HSL color Cylindrical-coordinate representation of color #64CEED: hue angle of 193.58º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64CEED is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 206 237 -
CMYK 0.58 0.13 0 0.07
HSL 193.58º 0.79% 0.66% -
HSV(B) 193.58º 0.58% 0.93% -
XYZ 42.61 52.97 88.1 -
YUV 177.84 161.38 72.48 -
System Red Green Blue C M Y K H S L
Decimal 100 206 237 0.58 0.13 0 0.07 193.58 0.79 0.66
Hex 64 CE ED 3A D 0 7 C2 4F 42
Octal 144 316 355 72 15 0 7 302 117 102
Binary 1100100 11001110 11101101 111010 1101 0 111 11000010 1001111 1000010

Color Harmonies of #64CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CEED

Black with #64CEED

Text Example


Text Example

White with #64CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,206,237); }

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

background-color css

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

 a { background-color: rgb(100,206,237); }

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

border-color css

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

 span { border-color: rgb(100,206,237); }

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