#65CDDF

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

Shades of Turquoise Blue #65CDDF

Tints of Turquoise Blue #65CDDF

Color information

#65CDDF (or 0x65CDDF) is unknown color: approx Turquoise Blue. HEX triplet: 65, CD and DF. RGB value is (101,205,223). Sum of RGB (Red+Green+Blue) = 101+205+223=529 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.09% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #65CDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CDDF is #9A3220. Grayscale: #AFAFAF. Windows color (decimal): -10105377 or 14667109. OLE color: 14667109.

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

Color convert

RGB101205223-
CMYK0.550.0800.13
HSL188.85º65.59%63.53%-
HSV(B)188.85º54.71%87.45%-
XYZ40.5251.7677.67-
YUV175.96154.5474.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.09%
GREEN value IS 205 (80.47% from 255) = 38.75%
BLUE value IS 223 (87.5% from 255) = 42.16%
R=19.09%
G=38.75%
B=42.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1012052230.550.0800.13188.8565.5963.53
Hex65CDDF3780Dbd4240
Octal1453153376710015275102100
Binary110010111001101110111111101111000011011011110110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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