#23E4C9

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

Shades of Turquoise #23E4C9

Tints of Turquoise #23E4C9

Color information

#23E4C9 (or 0x23E4C9) is unknown color: approx Turquoise. HEX triplet: 23, E4 and C9. RGB value is (35,228,201). Sum of RGB (Red+Green+Blue) = 35+228+201=464 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.54% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #23E4C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23E4C9 is #DC1B36. Grayscale: #A7A7A7. Windows color (decimal): -14424887 or 13231139. OLE color: 13231139.

HSL color Cylindrical-coordinate representation of color #23E4C9: hue angle of 171.61º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E4C9 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB35228201-
CMYK0.8500.120.11
HSL171.61º78.14%51.57%-
HSV(B)171.61º84.65%89.41%-
XYZ38.9860.0664.8-
YUV167.21147.0633.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 7.54%
GREEN value IS 228 (89.45% from 255) = 49.14%
BLUE value IS 201 (78.91% from 255) = 43.32%
R=7.54%
G=49.14%
B=43.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal352282010.8500.120.11171.6178.1451.57
Hex23E4C9550CBac4e34
Octal433443111250141325411664
Binary10001111100100110010011010101011001011101011001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23E4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,228,201); }

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

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

 a { background-color: rgb(35,228,201); }

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

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

 span { border-color: rgb(35,228,201); }

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