#5DEBEE

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

Shades of Turquoise Blue #5DEBEE

Tints of Turquoise Blue #5DEBEE

Color information

#5DEBEE (or 0x5DEBEE) is unknown color: approx Turquoise Blue. HEX triplet: 5D, EB and EE. RGB value is (93,235,238). Sum of RGB (Red+Green+Blue) = 93+235+238=566 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.43% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #5DEBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEBEE is #A21411. Grayscale: #C0C0C0. Windows color (decimal): -10621970 or 15657821. OLE color: 15657821.

HSL color Cylindrical-coordinate representation of color #5DEBEE: hue angle of 181.24º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEBEE is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB93235238-
CMYK0.610.0100.07
HSL181.24º81.01%64.9%-
HSV(B)181.24º60.92%93.33%-
XYZ49.6667.9291.38-
YUV192.88153.4656.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.43%
GREEN value IS 235 (92.19% from 255) = 41.52%
BLUE value IS 238 (93.36% from 255) = 42.05%
R=16.43%
G=41.52%
B=42.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal932352380.610.0100.07181.2481.0164.9
Hex5DEBEE3D107b55141
Octal13535335675107265121101
Binary10111011110101111101110111101101111011010110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DEBEE; }

 p { color: rgb(93,235,238); }

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

<style>
 a { background-color: #5DEBEE; }

 a { background-color: rgb(93,235,238); }

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

<style>
 span { border-color: #5DEBEE; }

 span { border-color: rgb(93,235,238); }

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