#65DDDF

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

Shades of Turquoise Blue #65DDDF

Tints of Turquoise Blue #65DDDF

Color information

#65DDDF (or 0x65DDDF) is unknown color: approx Turquoise Blue. HEX triplet: 65, DD and DF. RGB value is (101,221,223). Sum of RGB (Red+Green+Blue) = 101+221+223=545 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.53% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #65DDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DDDF is #9A2220. Grayscale: #B9B9B9. Windows color (decimal): -10101281 or 14671205. OLE color: 14671205.

HSL color Cylindrical-coordinate representation of color #65DDDF: hue angle of 180.98º 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 #65DDDF is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB101221223-
CMYK0.550.0100.13
HSL180.98º65.59%63.53%-
HSV(B)180.98º54.71%87.45%-
XYZ44.5459.8179.01-
YUV185.35149.2467.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.53%
GREEN value IS 221 (86.72% from 255) = 40.55%
BLUE value IS 223 (87.5% from 255) = 40.92%
R=18.53%
G=40.55%
B=40.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1012212230.550.0100.13180.9865.5963.53
Hex65DDDF3710Db54240
Octal145335337671015265102100
Binary110010111011101110111111101111011011011010110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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