#65CED5

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

Shades of Turquoise Blue #65CED5

Tints of Turquoise Blue #65CED5

Color information

#65CED5 (or 0x65CED5) is unknown color: approx Turquoise Blue. HEX triplet: 65, CE and D5. RGB value is (101,206,213). Sum of RGB (Red+Green+Blue) = 101+206+213=520 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.42% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #65CED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CED5 is #9A312A. Grayscale: #AFAFAF. Windows color (decimal): -10105131 or 14012005. OLE color: 14012005.

HSL color Cylindrical-coordinate representation of color #65CED5: hue angle of 183.75º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65CED5 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB101206213-
CMYK0.530.0300.16
HSL183.75º57.14%61.57%-
HSV(B)183.75º52.58%83.53%-
XYZ39.4551.7170.85-
YUV175.4149.2174.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.42%
GREEN value IS 206 (80.86% from 255) = 39.62%
BLUE value IS 213 (83.59% from 255) = 40.96%
R=19.42%
G=39.62%
B=40.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1012062130.530.0300.16183.7557.1461.57
Hex65CED5353010b8393e
Octal1453163256530202707176
Binary110010111001110110101011101011101000010111000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,206,213); }

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

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

 a { background-color: rgb(101,206,213); }

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

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

 span { border-color: rgb(101,206,213); }

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