#65EBDE

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

Shades of Turquoise Blue #65EBDE

Tints of Turquoise Blue #65EBDE

Color information

#65EBDE (or 0x65EBDE) is unknown color: approx Turquoise Blue. HEX triplet: 65, EB and DE. RGB value is (101,235,222). Sum of RGB (Red+Green+Blue) = 101+235+222=558 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.10% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EBDE is #9A1421. Grayscale: #C1C1C1. Windows color (decimal): -10097698 or 14609253. OLE color: 14609253.

HSL color Cylindrical-coordinate representation of color #65EBDE: hue angle of 174.18º 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 #65EBDE is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB101235222-
CMYK0.5700.060.08
HSL174.18º77.01%65.88%-
HSV(B)174.18º57.02%92.16%-
XYZ48.2667.4679.58-
YUV193.45144.1162.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.10%
GREEN value IS 235 (92.19% from 255) = 42.11%
BLUE value IS 222 (87.11% from 255) = 39.78%
R=18.10%
G=42.11%
B=39.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012352220.5700.060.08174.1877.0165.88
Hex65EBDE39068ae4d42
Octal145353336710610256115102
Binary11001011110101111011110111001011010001010111010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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