#65CDEA

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

Shades of Turquoise Blue #65CDEA

Tints of Turquoise Blue #65CDEA

Color information

#65CDEA (or 0x65CDEA) is unknown color: approx Turquoise Blue. HEX triplet: 65, CD and EA. RGB value is (101,205,234). Sum of RGB (Red+Green+Blue) = 101+205+234=540 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.70% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #65CDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CDEA is #9A3215. Grayscale: #B0B0B0. Windows color (decimal): -10105366 or 15388005. OLE color: 15388005.

HSL color Cylindrical-coordinate representation of color #65CDEA: hue angle of 193.08º degrees, saturation: 0.76, 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 #65CDEA is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB101205234-
CMYK0.570.1200.08
HSL193.08º76%65.69%-
HSV(B)193.08º56.84%91.76%-
XYZ42.0552.3785.73-
YUV177.21160.0473.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.70%
GREEN value IS 205 (80.47% from 255) = 37.96%
BLUE value IS 234 (91.80% from 255) = 43.33%
R=18.70%
G=37.96%
B=43.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012052340.570.1200.08193.087665.69
Hex65CDEA39C08c14c42
Octal1453153527114010301114102
Binary110010111001101111010101110011100010001100000110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65CDEA; }

 p { color: rgb(101,205,234); }

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

<style>
 a { background-color: #65CDEA; }

 a { background-color: rgb(101,205,234); }

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

<style>
 span { border-color: #65CDEA; }

 span { border-color: rgb(101,205,234); }

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