#23D4D1

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

Shades of Turquoise #23D4D1

Tints of Turquoise #23D4D1

Color information

#23D4D1 (or 0x23D4D1) is unknown color: approx Turquoise. HEX triplet: 23, D4 and D1. RGB value is (35,212,209). Sum of RGB (Red+Green+Blue) = 35+212+209=456 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.68% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #23D4D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23D4D1 is #DC2B2E. Grayscale: #9E9E9E. Windows color (decimal): -14428975 or 13751331. OLE color: 13751331.

HSL color Cylindrical-coordinate representation of color #23D4D1: hue angle of 178.98º 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 #23D4D1 is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB35212209-
CMYK0.8300.010.17
HSL178.98º71.66%48.43%-
HSV(B)178.98º83.49%83.14%-
XYZ35.7552.0568.48-
YUV158.73156.3639.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 7.68%
GREEN value IS 212 (83.20% from 255) = 46.49%
BLUE value IS 209 (82.03% from 255) = 45.83%
R=7.68%
G=46.49%
B=45.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal352122090.8300.010.17178.9871.6648.43
Hex23D4D1530111b34830
Octal43324321123012126311060
Binary100011110101001101000110100110110001101100111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23D4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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