#23D4C7

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

Shades of Turquoise #23D4C7

Tints of Turquoise #23D4C7

Color information

#23D4C7 (or 0x23D4C7) is unknown color: approx Turquoise. HEX triplet: 23, D4 and C7. RGB value is (35,212,199). Sum of RGB (Red+Green+Blue) = 35+212+199=446 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.85% from 446); Green value is 212 (83.20% from 255 or 47.53% from 446); Blue value is 199 (78.12% from 255 or 44.62% from 446); Max value from RGB is 212 - color contains mainly: green. Hex color #23D4C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23D4C7 is #DC2B38. Grayscale: #9D9D9D. Windows color (decimal): -14428985 or 13095971. OLE color: 13095971.

HSL color Cylindrical-coordinate representation of color #23D4C7: hue angle of 175.59º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23D4C7 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB35212199-
CMYK0.8300.060.17
HSL175.59º71.66%48.43%-
HSV(B)175.59º83.49%83.14%-
XYZ34.5551.5762.17-
YUV157.6151.3640.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 7.85%
GREEN value IS 212 (83.20% from 255) = 47.53%
BLUE value IS 199 (78.12% from 255) = 44.62%
R=7.85%
G=47.53%
B=44.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal352121990.8300.060.17175.5971.6648.43
Hex23D4C7530611b04830
Octal43324307123062126011060
Binary10001111010100110001111010011011010001101100001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23D4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,212,199); }

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

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

 a { background-color: rgb(35,212,199); }

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

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

 span { border-color: rgb(35,212,199); }

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