Html Css Color HEX #25D3BB Turquoise

📋 copy color: '#25D3BB'

red 37 ◦ green 211 ◦ blue 187

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

Shades of Turquoise #25D3BB

Tints of Turquoise #25D3BB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.51%

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

R = 8.51%
G = 48.51%
B = 42.99%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#25D3BB (or 0x25D3BB) is known color: Turquoise. HEX triplet: 25, D3 and BB. RGB value is (37,211,187). Sum of RGB (Red+Green+Blue) = 37+211+187=435 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.51% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #25D3BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D3BB is #DA2C44. Grayscale: #9C9C9C. Windows color (decimal): -14298181 or 12309285. OLE color: 12309285.

HSL color Cylindrical-coordinate representation of color #25D3BB: hue angle of 171.72º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25D3BB is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 37 211 187 -
CMYK 0.82 0 0.11 0.17
HSL 171.72º 0.7% 0.49% -
HSV(B) 171.72º 0.82% 0.83% -
XYZ 33.03 50.57 55.03 -
YUV 156.24 145.35 42.95 -
System Red Green Blue C M Y K H S L
Decimal 37 211 187 0.82 0 0.11 0.17 171.72 0.7 0.49
Hex 25 D3 BB 52 0 B 11 AC 46 31
Octal 45 323 273 122 0 13 21 254 106 61
Binary 100101 11010011 10111011 1010010 0 1011 10001 10101100 1000110 110001

Color Harmonies of #25D3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D3BB

Black with #25D3BB

Text Example


Text Example

White with #25D3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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