#23e3cd

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

Shades of Turquoise #23E3CD

Tints of Turquoise #23E3CD

Color information

#23E3CD (or 0x23E3CD) is unknown color: approx Turquoise. HEX triplet: 23, E3 and CD. RGB value is (35,227,205). Sum of RGB (Red+Green+Blue) = 35+227+205=467 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.49% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #23E3CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23E3CD is #DC1C32. Grayscale: #A6A6A6. Windows color (decimal): -14425139 or 13493027. OLE color: 13493027.

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

Color convert

RGB35227205-
CMYK0.8500.100.11
HSL173.12º77.42%51.37%-
HSV(B)173.12º84.58%89.02%-
XYZ39.1859.767.22-
YUV167.08149.3933.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 7.49%
GREEN value IS 227 (89.06% from 255) = 48.61%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=7.49%
G=48.61%
B=43.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal352272050.8500.100.11173.1277.4251.37
Hex23E3CD550ABad4d33
Octal433433151250121325511563
Binary10001111100011110011011010101010101011101011011001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23e3cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,227,205); }

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

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

 a { background-color: rgb(35,227,205); }

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

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

 span { border-color: rgb(35,227,205); }

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