#23FEE0

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

Shades of Bright Turquoise #23FEE0

Tints of Bright Turquoise #23FEE0

Color information

#23FEE0 (or 0x23FEE0) is unknown color: approx Bright Turquoise. HEX triplet: 23, FE and E0. RGB value is (35,254,224). Sum of RGB (Red+Green+Blue) = 35+254+224=513 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.82% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #23FEE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FEE0 is #DC011F. Grayscale: #B9B9B9. Windows color (decimal): -14418208 or 14745123. OLE color: 14745123.

HSL color Cylindrical-coordinate representation of color #23FEE0: hue angle of 171.78º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FEE0 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB35254224-
CMYK0.8600.120.00
HSL171.78º99.1%56.67%-
HSV(B)171.78º86.22%99.61%-
XYZ49.5976.6282.7-
YUV185.1149.9520.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 6.82%
GREEN value IS 254 (99.61% from 255) = 49.51%
BLUE value IS 224 (87.89% from 255) = 43.66%
R=6.82%
G=49.51%
B=43.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal352542240.8600.120.00171.7899.156.67
Hex23FEE0560C0ac6339
Octal43376340126014025414371
Binary10001111111110111000001010110011000101011001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23FEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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