#65EBDF

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

Shades of Turquoise Blue #65EBDF

Tints of Turquoise Blue #65EBDF

Color information

#65EBDF (or 0x65EBDF) is unknown color: approx Turquoise Blue. HEX triplet: 65, EB and DF. RGB value is (101,235,223). Sum of RGB (Red+Green+Blue) = 101+235+223=559 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.07% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EBDF is #9A1420. Grayscale: #C1C1C1. Windows color (decimal): -10097697 or 14674789. OLE color: 14674789.

HSL color Cylindrical-coordinate representation of color #65EBDF: hue angle of 174.63º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EBDF is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB101235223-
CMYK0.5700.050.08
HSL174.63º77.01%65.88%-
HSV(B)174.63º57.02%92.16%-
XYZ48.3967.5180.29-
YUV193.57144.6161.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.07%
GREEN value IS 235 (92.19% from 255) = 42.04%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=18.07%
G=42.04%
B=39.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012352230.5700.050.08174.6377.0165.88
Hex65EBDF39058af4d42
Octal145353337710510257115102
Binary11001011110101111011111111001010110001010111110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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