#23D6D2

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

Shades of Turquoise #23D6D2

Tints of Turquoise #23D6D2

Color information

#23D6D2 (or 0x23D6D2) is unknown color: approx Turquoise. HEX triplet: 23, D6 and D2. RGB value is (35,214,210). Sum of RGB (Red+Green+Blue) = 35+214+210=459 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.63% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #23D6D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23D6D2 is #DC292D. Grayscale: #9F9F9F. Windows color (decimal): -14428462 or 13817379. OLE color: 13817379.

HSL color Cylindrical-coordinate representation of color #23D6D2: hue angle of 178.66º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23D6D2 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB35214210-
CMYK0.8400.020.16
HSL178.66º71.89%48.82%-
HSV(B)178.66º83.64%83.92%-
XYZ36.3753.169.31-
YUV160.02156.238.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 7.63%
GREEN value IS 214 (83.98% from 255) = 46.62%
BLUE value IS 210 (82.42% from 255) = 45.75%
R=7.63%
G=46.62%
B=45.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal352142100.8400.020.16178.6671.8948.82
Hex23D6D2540210b34831
Octal43326322124022026311061
Binary1000111101011011010010101010001010000101100111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23D6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,214,210); }

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

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

 a { background-color: rgb(35,214,210); }

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

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

 span { border-color: rgb(35,214,210); }

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