#65EBE0

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

Shades of Turquoise Blue #65EBE0

Tints of Turquoise Blue #65EBE0

Color information

#65EBE0 (or 0x65EBE0) is unknown color: approx Turquoise Blue. HEX triplet: 65, EB and E0. RGB value is (101,235,224). Sum of RGB (Red+Green+Blue) = 101+235+224=560 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.04% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EBE0 is #9A141F. Grayscale: #C1C1C1. Windows color (decimal): -10097696 or 14740325. OLE color: 14740325.

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

Color convert

RGB101235224-
CMYK0.5700.050.08
HSL175.07º77.01%65.88%-
HSV(B)175.07º57.02%92.16%-
XYZ48.5367.5781-
YUV193.68145.1161.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.04%
GREEN value IS 235 (92.19% from 255) = 41.96%
BLUE value IS 224 (87.89% from 255) = 40%
R=18.04%
G=41.96%
B=40%

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
Decimal1012352240.5700.050.08175.0777.0165.88
Hex65EBE039058af4d42
Octal145353340710510257115102
Binary11001011110101111100000111001010110001010111110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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