#65E1EB

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

Shades of Turquoise Blue #65E1EB

Tints of Turquoise Blue #65E1EB

Color information

#65E1EB (or 0x65E1EB) is unknown color: approx Turquoise Blue. HEX triplet: 65, E1 and EB. RGB value is (101,225,235). Sum of RGB (Red+Green+Blue) = 101+225+235=561 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.00% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #65E1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65E1EB is #9A1E14. Grayscale: #BCBCBC. Windows color (decimal): -10100245 or 15458661. OLE color: 15458661.

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

Color convert

RGB101225235-
CMYK0.570.0400.08
HSL184.48º77.01%65.88%-
HSV(B)184.48º57.02%92.16%-
XYZ47.2962.6288.19-
YUV189.06153.9265.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.00%
GREEN value IS 225 (88.28% from 255) = 40.11%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=18.00%
G=40.11%
B=41.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012252350.570.0400.08184.4877.0165.88
Hex65E1EB39408b84d42
Octal145341353714010270115102
Binary11001011110000111101011111001100010001011100010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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