#25DCBE

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

Shades of Turquoise #25DCBE

Tints of Turquoise #25DCBE

Color information

#25DCBE (or 0x25DCBE) is unknown color: approx Turquoise. HEX triplet: 25, DC and BE. RGB value is (37,220,190). Sum of RGB (Red+Green+Blue) = 37+220+190=447 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.28% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #25DCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DCBE is #DA2341. Grayscale: #A1A1A1. Windows color (decimal): -14295874 or 12508197. OLE color: 12508197.

HSL color Cylindrical-coordinate representation of color #25DCBE: hue angle of 170.16º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DCBE is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB37220190-
CMYK0.8300.140.14
HSL170.16º72.33%50.39%-
HSV(B)170.16º83.18%86.27%-
XYZ35.6555.357.51-
YUV161.86143.8738.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.28%
GREEN value IS 220 (86.33% from 255) = 49.22%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=8.28%
G=49.22%
B=42.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal372201900.8300.140.14170.1672.3350.39
Hex25DCBE530EEaa4832
Octal453342761230161625211062
Binary10010111011100101111101010011011101110101010101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25DCBE; }

 p { color: rgb(37,220,190); }

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

<style>
 a { background-color: #25DCBE; }

 a { background-color: rgb(37,220,190); }

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

<style>
 span { border-color: #25DCBE; }

 span { border-color: rgb(37,220,190); }

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