#65cced

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

Shades of Turquoise Blue #65CCED

Tints of Turquoise Blue #65CCED

Color information

#65CCED (or 0x65CCED) is unknown color: approx Turquoise Blue. HEX triplet: 65, CC and ED. RGB value is (101,204,237). Sum of RGB (Red+Green+Blue) = 101+204+237=542 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.63% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #65CCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CCED is #9A3312. Grayscale: #B0B0B0. Windows color (decimal): -10105619 or 15584357. OLE color: 15584357.

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

Color convert

RGB101204237-
CMYK0.570.1400.07
HSL194.56º79.07%66.27%-
HSV(B)194.56º57.38%92.94%-
XYZ42.2552.0787.94-
YUV176.96161.8873.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.63%
GREEN value IS 204 (80.08% from 255) = 37.64%
BLUE value IS 237 (92.97% from 255) = 43.73%
R=18.63%
G=37.64%
B=43.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012042370.570.1400.07194.5679.0766.27
Hex65CCED39E07c34f42
Octal145314355711607303117102
Binary11001011100110011101101111001111001111100001110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65cced

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,204,237); }

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

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

 a { background-color: rgb(101,204,237); }

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

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

 span { border-color: rgb(101,204,237); }

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