Html Css Color HEX #25F2B9 Turquoise

📋 copy color: '#25F2B9'

red 37 ◦ green 242 ◦ blue 185

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

Shades of Turquoise #25F2B9

Tints of Turquoise #25F2B9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.16%

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

R = 7.97%
G = 52.16%
B = 39.87%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#25F2B9 (or 0x25F2B9) is known color: Turquoise. HEX triplet: 25, F2 and B9. RGB value is (37,242,185). Sum of RGB (Red+Green+Blue) = 37+242+185=464 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.97% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #25F2B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F2B9 is #DA0D46. Grayscale: #AEAEAE. Windows color (decimal): -14290247 or 12186149. OLE color: 12186149.

HSL color Cylindrical-coordinate representation of color #25F2B9: hue angle of 163.32º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F2B9 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 242 185 -
CMYK 0.85 0 0.24 0.05
HSL 163.32º 0.89% 0.55% -
HSV(B) 163.32º 0.85% 0.95% -
XYZ 41.27 67.4 56.73 -
YUV 174.21 134.08 30.13 -
System Red Green Blue C M Y K H S L
Decimal 37 242 185 0.85 0 0.24 0.05 163.32 0.89 0.55
Hex 25 F2 B9 55 0 18 5 A3 59 37
Octal 45 362 271 125 0 30 5 243 131 67
Binary 100101 11110010 10111001 1010101 0 11000 101 10100011 1011001 110111

Color Harmonies of #25F2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F2B9

Black with #25F2B9

Text Example


Text Example

White with #25F2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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