#00E0EB

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

Shades of Bright Turquoise #00E0EB

Tints of Bright Turquoise #00E0EB

Color information

#00E0EB (or 0x00E0EB) is unknown color: approx Bright Turquoise. HEX triplet: 00, E0 and EB. RGB value is (0,224,235). Sum of RGB (Red+Green+Blue) = 0+224+235=459 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #00E0EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00E0EB is #FF1F14. Grayscale: #9E9E9E. Windows color (decimal): -16719637 or 15458304. OLE color: 15458304.

HSL color Cylindrical-coordinate representation of color #00E0EB: hue angle of 182.81º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E0EB is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB0224235-
CMYK10.0500.08
HSL182.81º100%46.08%-
HSV(B)182.81º100%92.16%-
XYZ41.6559.3187.85-
YUV158.28171.2915.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 224 (87.89% from 255) = 48.80%
BLUE value IS 235 (92.19% from 255) = 51.20%
R=0%
G=48.80%
B=51.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal022423510.0500.08182.8110046.08
Hex0E0EB64508b7642e
Octal0340353144501026714456
Binary01110000011101011110010010101000101101111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00E0EB; }

 p { color: rgb(0,224,235); }

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

<style>
 a { background-color: #00E0EB; }

 a { background-color: rgb(0,224,235); }

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

<style>
 span { border-color: #00E0EB; }

 span { border-color: rgb(0,224,235); }

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