Html Css Color HEX #25DABD Turquoise

📋 copy color: '#25DABD'

red 37 ◦ green 218 ◦ blue 189

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

Shades of Turquoise #25DABD

Tints of Turquoise #25DABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.57%

R = 8.33%
G = 49.1%
B = 42.57%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#25DABD (or 0x25DABD) is known color: Turquoise. HEX triplet: 25, DA and BD. RGB value is (37,218,189). Sum of RGB (Red+Green+Blue) = 37+218+189=444 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.33% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #25DABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DABD is #DA2542. Grayscale: #A0A0A0. Windows color (decimal): -14296387 or 12442149. OLE color: 12442149.

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

Color convert

RGB 37 218 189 -
CMYK 0.83 0 0.13 0.15
HSL 170.39º 0.71% 0.5% -
HSV(B) 170.39º 0.83% 0.85% -
XYZ 35.02 54.21 56.76 -
YUV 160.58 144.03 39.86 -
System Red Green Blue C M Y K H S L
Decimal 37 218 189 0.83 0 0.13 0.15 170.39 0.71 0.5
Hex 25 DA BD 53 0 D F AA 47 32
Octal 45 332 275 123 0 15 17 252 107 62
Binary 100101 11011010 10111101 1010011 0 1101 1111 10101010 1000111 110010

Color Harmonies of #25DABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DABD

Black with #25DABD

Text Example


Text Example

White with #25DABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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