#23E0EA

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

Shades of Bright Turquoise #23E0EA

Tints of Bright Turquoise #23E0EA

Color information

#23E0EA (or 0x23E0EA) is unknown color: approx Bright Turquoise. HEX triplet: 23, E0 and EA. RGB value is (35,224,234). Sum of RGB (Red+Green+Blue) = 35+224+234=493 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.10% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #23E0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23E0EA is #DC1F15. Grayscale: #A8A8A8. Windows color (decimal): -14425878 or 15392803. OLE color: 15392803.

HSL color Cylindrical-coordinate representation of color #23E0EA: hue angle of 183.02º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E0EA is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB35224234-
CMYK0.850.0400.08
HSL183.02º82.57%52.75%-
HSV(B)183.02º85.04%91.76%-
XYZ42.259.6187.12-
YUV168.63164.8832.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 7.10%
GREEN value IS 224 (87.89% from 255) = 45.44%
BLUE value IS 234 (91.80% from 255) = 47.46%
R=7.10%
G=45.44%
B=47.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal352242340.850.0400.08183.0282.5752.75
Hex23E0EA55408b75335
Octal43340352125401026712365
Binary1000111110000011101010101010110001000101101111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23E0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23E0EA; }

 p { color: rgb(35,224,234); }

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

<style>
 a { background-color: #23E0EA; }

 a { background-color: rgb(35,224,234); }

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

<style>
 span { border-color: #23E0EA; }

 span { border-color: rgb(35,224,234); }

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