#05DBED

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

Shades of Bright Turquoise #05DBED

Tints of Bright Turquoise #05DBED

Color information

#05DBED (or 0x05DBED) is unknown color: approx Bright Turquoise. HEX triplet: 05, DB and ED. RGB value is (5,219,237). Sum of RGB (Red+Green+Blue) = 5+219+237=461 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #05DBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DBED is #FA2412. Grayscale: #9C9C9C. Windows color (decimal): -16393235 or 15588101. OLE color: 15588101.

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

Color convert

RGB5219237-
CMYK0.980.0800.07
HSL184.66º95.87%47.45%-
HSV(B)184.66º97.89%92.94%-
XYZ40.6856.8188.94-
YUV157.07173.119.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.08%
GREEN value IS 219 (85.94% from 255) = 47.51%
BLUE value IS 237 (92.97% from 255) = 51.41%
R=1.08%
G=47.51%
B=51.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal52192370.980.0800.07184.6695.8747.45
Hex5DBED62807b9602f
Octal5333355142100727114057
Binary1011101101111101101110001010000111101110011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,219,237); }

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

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

 a { background-color: rgb(5,219,237); }

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

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

 span { border-color: rgb(5,219,237); }

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