#65CDDA

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

Shades of Turquoise Blue #65CDDA

Tints of Turquoise Blue #65CDDA

Color information

#65CDDA (or 0x65CDDA) is unknown color: approx Turquoise Blue. HEX triplet: 65, CD and DA. RGB value is (101,205,218). Sum of RGB (Red+Green+Blue) = 101+205+218=524 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.27% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #65CDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CDDA is #9A3225. Grayscale: #AFAFAF. Windows color (decimal): -10105382 or 14339429. OLE color: 14339429.

HSL color Cylindrical-coordinate representation of color #65CDDA: hue angle of 186.67º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65CDDA is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB101205218-
CMYK0.540.0600.15
HSL186.67º61.26%62.55%-
HSV(B)186.67º53.67%85.49%-
XYZ39.8551.4974.17-
YUV175.39152.0474.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.27%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 218 (85.55% from 255) = 41.60%
R=19.27%
G=39.12%
B=41.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1012052180.540.0600.15186.6761.2662.55
Hex65CDDA3660Fbb3d3f
Octal1453153326660172737577
Binary110010111001101110110101101101100111110111011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,205,218); }

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

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

 a { background-color: rgb(101,205,218); }

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

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

 span { border-color: rgb(101,205,218); }

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