Html Css Color HEX #25DABB Turquoise

📋 copy color: '#25DABB'

red 37 ◦ green 218 ◦ blue 187

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

Shades of Turquoise #25DABB

Tints of Turquoise #25DABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.31%

R = 8.37%
G = 49.32%
B = 42.31%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#25DABB (or 0x25DABB) is known color: Turquoise. HEX triplet: 25, DA and BB. RGB value is (37,218,187). Sum of RGB (Red+Green+Blue) = 37+218+187=442 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.37% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #25DABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DABB is #DA2544. Grayscale: #A0A0A0. Windows color (decimal): -14296389 or 12311077. OLE color: 12311077.

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

Color convert

RGB 37 218 187 -
CMYK 0.83 0 0.14 0.15
HSL 169.72º 0.71% 0.5% -
HSV(B) 169.72º 0.83% 0.85% -
XYZ 34.8 54.12 55.63 -
YUV 160.35 143.03 40.02 -
System Red Green Blue C M Y K H S L
Decimal 37 218 187 0.83 0 0.14 0.15 169.72 0.71 0.5
Hex 25 DA BB 53 0 E F AA 47 32
Octal 45 332 273 123 0 16 17 252 107 62
Binary 100101 11011010 10111011 1010011 0 1110 1111 10101010 1000111 110010

Color Harmonies of #25DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DABB

Black with #25DABB

Text Example


Text Example

White with #25DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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