Html Css Color HEX #25DCBA Turquoise

📋 copy color: '#25DCBA'

red 37 ◦ green 220 ◦ blue 186

#25DCBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #25DCBA

Tints of Turquoise #25DCBA

RGB

 RED value IS 37 (14.84% from 255) = 8.35%

 GREEN value IS 220 (86.33% from 255) = 49.66%

 BLUE value IS 186 (73.05% from 255) = 41.99%

R = 8.35%
G = 49.66%
B = 41.99%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#25DCBA (or 0x25DCBA) is known color: Turquoise. HEX triplet: 25, DC and BA. RGB value is (37,220,186). Sum of RGB (Red+Green+Blue) = 37+220+186=443 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.35% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #25DCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DCBA is #DA2345. Grayscale: #A1A1A1. Windows color (decimal): -14295878 or 12246053. OLE color: 12246053.

HSL color Cylindrical-coordinate representation of color #25DCBA: hue angle of 168.85º 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 #25DCBA is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 220 186 -
CMYK 0.83 0 0.15 0.14
HSL 168.85º 0.72% 0.5% -
HSV(B) 168.85º 0.83% 0.86% -
XYZ 35.22 55.12 55.24 -
YUV 161.41 141.87 39.26 -
System Red Green Blue C M Y K H S L
Decimal 37 220 186 0.83 0 0.15 0.14 168.85 0.72 0.5
Hex 25 DC BA 53 0 F E A9 48 32
Octal 45 334 272 123 0 17 16 251 110 62
Binary 100101 11011100 10111010 1010011 0 1111 1110 10101001 1001000 110010

Color Harmonies of #25DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DCBA

Black with #25DCBA

Text Example


Text Example

White with #25DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25DCBA;
 }
 .AnyTagClassName
 {
   color: #25DCBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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