Html Css Color HEX #25DDBA Turquoise

📋 copy color: '#25DDBA'

red 37 ◦ green 221 ◦ blue 186

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

Shades of Turquoise #25DDBA

Tints of Turquoise #25DDBA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.77%

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

R = 8.33%
G = 49.77%
B = 41.89%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#25DDBA (or 0x25DDBA) is known color: Turquoise. HEX triplet: 25, DD and BA. RGB value is (37,221,186). Sum of RGB (Red+Green+Blue) = 37+221+186=444 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.33% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #25DDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DDBA is #DA2245. Grayscale: #A1A1A1. Windows color (decimal): -14295622 or 12246309. OLE color: 12246309.

HSL color Cylindrical-coordinate representation of color #25DDBA: hue angle of 168.59º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DDBA is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 221 186 -
CMYK 0.83 0 0.16 0.13
HSL 168.59º 0.73% 0.51% -
HSV(B) 168.59º 0.83% 0.87% -
XYZ 35.48 55.65 55.33 -
YUV 161.99 141.54 38.85 -
System Red Green Blue C M Y K H S L
Decimal 37 221 186 0.83 0 0.16 0.13 168.59 0.73 0.51
Hex 25 DD BA 53 0 10 D A9 49 33
Octal 45 335 272 123 0 20 15 251 111 63
Binary 100101 11011101 10111010 1010011 0 10000 1101 10101001 1001001 110011

Color Harmonies of #25DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DDBA

Black with #25DDBA

Text Example


Text Example

White with #25DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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