Html Css Color HEX #25F7B9 Turquoise

📋 copy color: '#25F7B9'

red 37 ◦ green 247 ◦ blue 185

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

Shades of Turquoise #25F7B9

Tints of Turquoise #25F7B9

RGB

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

 GREEN value IS 247 (96.88% from 255) = 52.67%

 BLUE value IS 185 (72.66% from 255) = 39.45%

R = 7.89%
G = 52.67%
B = 39.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#25F7B9 (or 0x25F7B9) is known color: Turquoise. HEX triplet: 25, F7 and B9. RGB value is (37,247,185). Sum of RGB (Red+Green+Blue) = 37+247+185=469 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.89% from 469); Green value is 247 (96.88% from 255 or 52.67% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 247 - color contains mainly: green. Hex color #25F7B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F7B9 is #DA0846. Grayscale: #B1B1B1. Windows color (decimal): -14288967 or 12187429. OLE color: 12187429.

HSL color Cylindrical-coordinate representation of color #25F7B9: hue angle of 162.29º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F7B9 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 37 247 185 -
CMYK 0.85 0 0.25 0.03
HSL 162.29º 0.93% 0.56% -
HSV(B) 162.29º 0.85% 0.97% -
XYZ 42.78 70.42 57.24 -
YUV 177.14 132.43 28.04 -
System Red Green Blue C M Y K H S L
Decimal 37 247 185 0.85 0 0.25 0.03 162.29 0.93 0.56
Hex 25 F7 B9 55 0 19 3 A2 5D 38
Octal 45 367 271 125 0 31 3 242 135 70
Binary 100101 11110111 10111001 1010101 0 11001 11 10100010 1011101 111000

Color Harmonies of #25F7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F7B9

Black with #25F7B9

Text Example


Text Example

White with #25F7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,247,185); }

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

background-color css

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

 a { background-color: rgb(37,247,185); }

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

border-color css

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

 span { border-color: rgb(37,247,185); }

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