#65CEDE

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

Shades of Turquoise Blue #65CEDE

Tints of Turquoise Blue #65CEDE

Color information

#65CEDE (or 0x65CEDE) is unknown color: approx Turquoise Blue. HEX triplet: 65, CE and DE. RGB value is (101,206,222). Sum of RGB (Red+Green+Blue) = 101+206+222=529 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.09% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #65CEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CEDE is #9A3121. Grayscale: #B0B0B0. Windows color (decimal): -10105122 or 14601829. OLE color: 14601829.

HSL color Cylindrical-coordinate representation of color #65CEDE: hue angle of 187.93º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65CEDE is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB101206222-
CMYK0.550.0700.13
HSL187.93º64.71%63.33%-
HSV(B)187.93º54.5%87.06%-
XYZ40.6252.1877.04-
YUV176.43153.7174.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.09%
GREEN value IS 206 (80.86% from 255) = 38.94%
BLUE value IS 222 (87.11% from 255) = 41.97%
R=19.09%
G=38.94%
B=41.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1012062220.550.0700.13187.9364.7163.33
Hex65CEDE3770Dbc413f
Octal14531633667701527410177
Binary1100101110011101101111011011111101101101111001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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