#65DFD7

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

Shades of Turquoise Blue #65DFD7

Tints of Turquoise Blue #65DFD7

Color information

#65DFD7 (or 0x65DFD7) is unknown color: approx Turquoise Blue. HEX triplet: 65, DF and D7. RGB value is (101,223,215). Sum of RGB (Red+Green+Blue) = 101+223+215=539 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.74% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #65DFD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DFD7 is #9A2028. Grayscale: #B9B9B9. Windows color (decimal): -10100777 or 14147429. OLE color: 14147429.

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

Color convert

RGB101223215-
CMYK0.5500.040.13
HSL176.07º65.59%63.53%-
HSV(B)176.07º54.71%87.45%-
XYZ44.0260.4573.64-
YUV185.61144.5867.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.74%
GREEN value IS 223 (87.5% from 255) = 41.37%
BLUE value IS 215 (84.38% from 255) = 39.89%
R=18.74%
G=41.37%
B=39.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1012232150.5500.040.13176.0765.5963.53
Hex65DFD73704Db04240
Octal145337327670415260102100
Binary11001011101111111010111110111010011011011000010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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