Html Css Color HEX #25DBBA Turquoise

📋 copy color: '#25DBBA'

red 37 ◦ green 219 ◦ blue 186

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

Shades of Turquoise #25DBBA

Tints of Turquoise #25DBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.55%

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

R = 8.37%
G = 49.55%
B = 42.08%

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

#25DBBA (or 0x25DBBA) is known color: Turquoise. HEX triplet: 25, DB and BA. RGB value is (37,219,186). Sum of RGB (Red+Green+Blue) = 37+219+186=442 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.37% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #25DBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DBBA is #DA2445. Grayscale: #A0A0A0. Windows color (decimal): -14296134 or 12245797. OLE color: 12245797.

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

Color convert

RGB 37 219 186 -
CMYK 0.83 0 0.15 0.14
HSL 169.12º 0.72% 0.5% -
HSV(B) 169.12º 0.83% 0.86% -
XYZ 34.96 54.6 55.15 -
YUV 160.82 142.2 39.68 -
System Red Green Blue C M Y K H S L
Decimal 37 219 186 0.83 0 0.15 0.14 169.12 0.72 0.5
Hex 25 DB BA 53 0 F E A9 48 32
Octal 45 333 272 123 0 17 16 251 110 62
Binary 100101 11011011 10111010 1010011 0 1111 1110 10101001 1001000 110010

Color Harmonies of #25DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DBBA

Black with #25DBBA

Text Example


Text Example

White with #25DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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