#64CDEB

Color #64CDEB Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #64CDEB

Tints of Turquoise Blue #64CDEB

Color information

#64CDEB (or 0x64CDEB) is unknown color: approx Turquoise Blue. HEX triplet: 64, CD and EB. RGB value is (100,205,235). Sum of RGB (Red+Green+Blue) = 100+205+235=540 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.52% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #64CDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CDEB is #9B3214. Grayscale: #B0B0B0. Windows color (decimal): -10170901 or 15453540. OLE color: 15453540.

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

Color convert

RGB100205235-
CMYK0.570.1300.08
HSL193.33º77.14%65.69%-
HSV(B)193.33º57.45%92.16%-
XYZ42.0852.3786.49-
YUV177.02160.7173.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.52%
GREEN value IS 205 (80.47% from 255) = 37.96%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=18.52%
G=37.96%
B=43.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1002052350.570.1300.08193.3377.1465.69
Hex64CDEB39D08c14d42
Octal1443153537115010301115102
Binary110010011001101111010111110011101010001100000110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64CDEB;
 }
 .AnyTagClassName
 {
   color: #64CDEB;
 }
</style>
background-color css

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

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

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

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

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

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