#65CAE1

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

Shades of Turquoise Blue #65CAE1

Tints of Turquoise Blue #65CAE1

Color information

#65CAE1 (or 0x65CAE1) is unknown color: approx Turquoise Blue. HEX triplet: 65, CA and E1. RGB value is (101,202,225). Sum of RGB (Red+Green+Blue) = 101+202+225=528 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.13% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #65CAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CAE1 is #9A351E. Grayscale: #AEAEAE. Windows color (decimal): -10106143 or 14797413. OLE color: 14797413.

HSL color Cylindrical-coordinate representation of color #65CAE1: hue angle of 191.13º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65CAE1 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB101202225-
CMYK0.550.1000.12
HSL191.13º67.39%63.92%-
HSV(B)191.13º55.11%88.24%-
XYZ40.0850.4478.86-
YUV174.42156.5475.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.13%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 225 (88.28% from 255) = 42.61%
R=19.13%
G=38.26%
B=42.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1012022250.550.1000.12191.1367.3963.92
Hex65CAE137A0Cbf4340
Octal1453123416712014277103100
Binary110010111001010111000011101111010011001011111110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,202,225); }

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

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

 a { background-color: rgb(101,202,225); }

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

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

 span { border-color: rgb(101,202,225); }

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