#05D5EB

Color #05D5EB Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #05D5EB

Tints of Bright Turquoise #05D5EB

Color information

#05D5EB (or 0x05D5EB) is unknown color: approx Bright Turquoise. HEX triplet: 05, D5 and EB. RGB value is (5,213,235). Sum of RGB (Red+Green+Blue) = 5+213+235=453 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #05D5EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05D5EB is #FA2A14. Grayscale: #999999. Windows color (decimal): -16394773 or 15455493. OLE color: 15455493.

HSL color Cylindrical-coordinate representation of color #05D5EB: hue angle of 185.74º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D5EB is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5213235-
CMYK0.980.0900.08
HSL185.74º95.83%47.06%-
HSV(B)185.74º97.87%92.16%-
XYZ38.8553.6286.9-
YUV153.32174.0922.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.10%
GREEN value IS 213 (83.59% from 255) = 47.02%
BLUE value IS 235 (92.19% from 255) = 51.88%
R=1.10%
G=47.02%
B=51.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal52132350.980.0900.08185.7495.8347.06
Hex5D5EB62908ba602f
Octal53253531421101027214057
Binary10111010101111010111100010100101000101110101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05D5EB; }

 p { color: rgb(5,213,235); }

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

<style>
 a { background-color: #05D5EB; }

 a { background-color: rgb(5,213,235); }

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

<style>
 span { border-color: #05D5EB; }

 span { border-color: rgb(5,213,235); }

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