#65d5df

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

Shades of Turquoise Blue #65D5DF

Tints of Turquoise Blue #65D5DF

Color information

#65D5DF (or 0x65D5DF) is unknown color: approx Turquoise Blue. HEX triplet: 65, D5 and DF. RGB value is (101,213,223). Sum of RGB (Red+Green+Blue) = 101+213+223=537 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.81% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #65D5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D5DF is #9A2A20. Grayscale: #B4B4B4. Windows color (decimal): -10103329 or 14669157. OLE color: 14669157.

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

Color convert

RGB101213223-
CMYK0.550.0400.13
HSL184.92º65.59%63.53%-
HSV(B)184.92º54.71%87.45%-
XYZ42.4855.6878.32-
YUV180.65151.8971.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.81%
GREEN value IS 213 (83.59% from 255) = 39.66%
BLUE value IS 223 (87.5% from 255) = 41.53%
R=18.81%
G=39.66%
B=41.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1012132230.550.0400.13184.9265.5963.53
Hex65D5DF3740Db94240
Octal145325337674015271102100
Binary11001011101010111011111110111100011011011100110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65d5df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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