Html Css Color HEX #25DABA Turquoise

📋 copy color: '#25DABA'

red 37 ◦ green 218 ◦ blue 186

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

Shades of Turquoise #25DABA

Tints of Turquoise #25DABA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.43%

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

R = 8.39%
G = 49.43%
B = 42.18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#25DABA (or 0x25DABA) is known color: Turquoise. HEX triplet: 25, DA and BA. RGB value is (37,218,186). Sum of RGB (Red+Green+Blue) = 37+218+186=441 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.39% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #25DABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DABA is #DA2545. Grayscale: #A0A0A0. Windows color (decimal): -14296390 or 12245541. OLE color: 12245541.

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

Color convert

RGB 37 218 186 -
CMYK 0.83 0 0.15 0.15
HSL 169.39º 0.71% 0.5% -
HSV(B) 169.39º 0.83% 0.85% -
XYZ 34.7 54.08 55.06 -
YUV 160.23 142.53 40.1 -
System Red Green Blue C M Y K H S L
Decimal 37 218 186 0.83 0 0.15 0.15 169.39 0.71 0.5
Hex 25 DA BA 53 0 F F A9 47 32
Octal 45 332 272 123 0 17 17 251 107 62
Binary 100101 11011010 10111010 1010011 0 1111 1111 10101001 1000111 110010

Color Harmonies of #25DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DABA

Black with #25DABA

Text Example


Text Example

White with #25DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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