#05E9EE

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

Shades of Bright Turquoise #05E9EE

Tints of Bright Turquoise #05E9EE

Color information

#05E9EE (or 0x05E9EE) is unknown color: approx Bright Turquoise. HEX triplet: 05, E9 and EE. RGB value is (5,233,238). Sum of RGB (Red+Green+Blue) = 5+233+238=476 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #05E9EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05E9EE is #FA1611. Grayscale: #A5A5A5. Windows color (decimal): -16389650 or 15657221. OLE color: 15657221.

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

Color convert

RGB5233238-
CMYK0.980.0200.07
HSL181.29º95.88%47.65%-
HSV(B)181.29º97.9%93.33%-
XYZ44.6364.4890.98-
YUV165.4168.9613.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.05%
GREEN value IS 233 (91.41% from 255) = 48.95%
BLUE value IS 238 (93.36% from 255) = 50%
R=1.05%
G=48.95%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal52332380.980.0200.07181.2995.8847.65
Hex5E9EE62207b56030
Octal535135614220726514060
Binary10111101001111011101100010100111101101011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,233,238); }

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

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

 a { background-color: rgb(5,233,238); }

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

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

 span { border-color: rgb(5,233,238); }

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