#65CEE9

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

Shades of Turquoise Blue #65CEE9

Tints of Turquoise Blue #65CEE9

Color information

#65CEE9 (or 0x65CEE9) is unknown color: approx Turquoise Blue. HEX triplet: 65, CE and E9. RGB value is (101,206,233). Sum of RGB (Red+Green+Blue) = 101+206+233=540 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.70% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #65CEE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CEE9 is #9A3116. Grayscale: #B1B1B1. Windows color (decimal): -10105111 or 15322725. OLE color: 15322725.

HSL color Cylindrical-coordinate representation of color #65CEE9: hue angle of 192.27º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65CEE9 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB101206233-
CMYK0.570.1200.09
HSL192.27º75%65.49%-
HSV(B)192.27º56.65%91.37%-
XYZ42.1552.7985.06-
YUV177.68159.2173.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.70%
GREEN value IS 206 (80.86% from 255) = 38.15%
BLUE value IS 233 (91.41% from 255) = 43.15%
R=18.70%
G=38.15%
B=43.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1012062330.570.1200.09192.277565.49
Hex65CEE939C09c04b41
Octal1453163517114011300113101
Binary110010111001110111010011110011100010011100000010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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