#23E1C0

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

Shades of Turquoise #23E1C0

Tints of Turquoise #23E1C0

Color information

#23E1C0 (or 0x23E1C0) is unknown color: approx Turquoise. HEX triplet: 23, E1 and C0. RGB value is (35,225,192). Sum of RGB (Red+Green+Blue) = 35+225+192=452 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.74% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #23E1C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23E1C0 is #DC1E3F. Grayscale: #A4A4A4. Windows color (decimal): -14425664 or 12640547. OLE color: 12640547.

HSL color Cylindrical-coordinate representation of color #23E1C0: hue angle of 169.58º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23E1C0 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB35225192-
CMYK0.8400.150.12
HSL169.58º76%50.98%-
HSV(B)169.58º84.44%88.24%-
XYZ37.1358.0159.11-
YUV164.43143.5535.68-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 7.74%
GREEN value IS 225 (88.28% from 255) = 49.78%
BLUE value IS 192 (75.39% from 255) = 42.48%
R=7.74%
G=49.78%
B=42.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal352251920.8400.150.12169.587650.98
Hex23E1C0540FCaa4c33
Octal433413001240171425211463
Binary10001111100001110000001010100011111100101010101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23E1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,225,192); }

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

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

 a { background-color: rgb(35,225,192); }

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

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

 span { border-color: rgb(35,225,192); }

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