Html Css Color HEX #25D7BC Turquoise

📋 copy color: '#25D7BC'

red 37 ◦ green 215 ◦ blue 188

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

Shades of Turquoise #25D7BC

Tints of Turquoise #25D7BC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.86%

 BLUE value IS 188 (73.83% from 255) = 42.73%

R = 8.41%
G = 48.86%
B = 42.73%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#25D7BC (or 0x25D7BC) is known color: Turquoise. HEX triplet: 25, D7 and BC. RGB value is (37,215,188). Sum of RGB (Red+Green+Blue) = 37+215+188=440 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.41% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #25D7BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D7BC is #DA2843. Grayscale: #9E9E9E. Windows color (decimal): -14297156 or 12375845. OLE color: 12375845.

HSL color Cylindrical-coordinate representation of color #25D7BC: hue angle of 170.9º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D7BC is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 37 215 188 -
CMYK 0.83 0 0.13 0.16
HSL 170.9º 0.71% 0.49% -
HSV(B) 170.9º 0.83% 0.84% -
XYZ 34.14 52.63 55.94 -
YUV 158.7 144.53 41.2 -
System Red Green Blue C M Y K H S L
Decimal 37 215 188 0.83 0 0.13 0.16 170.9 0.71 0.49
Hex 25 D7 BC 53 0 D 10 AB 47 31
Octal 45 327 274 123 0 15 20 253 107 61
Binary 100101 11010111 10111100 1010011 0 1101 10000 10101011 1000111 110001

Color Harmonies of #25D7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D7BC

Black with #25D7BC

Text Example


Text Example

White with #25D7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,215,188); }

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

background-color css

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

 a { background-color: rgb(37,215,188); }

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

border-color css

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

 span { border-color: rgb(37,215,188); }

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