Html Css Color HEX #25F2B7 Turquoise

📋 copy color: '#25F2B7'

red 37 ◦ green 242 ◦ blue 183

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

Shades of Turquoise #25F2B7

Tints of Turquoise #25F2B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.61%

R = 8.01%
G = 52.38%
B = 39.61%

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

#25F2B7 (or 0x25F2B7) is known color: Turquoise. HEX triplet: 25, F2 and B7. RGB value is (37,242,183). Sum of RGB (Red+Green+Blue) = 37+242+183=462 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.01% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #25F2B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F2B7 is #DA0D48. Grayscale: #AEAEAE. Windows color (decimal): -14290249 or 12055077. OLE color: 12055077.

HSL color Cylindrical-coordinate representation of color #25F2B7: hue angle of 162.73º 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 #25F2B7 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 242 183 -
CMYK 0.85 0 0.24 0.05
HSL 162.73º 0.89% 0.55% -
HSV(B) 162.73º 0.85% 0.95% -
XYZ 41.06 67.32 55.63 -
YUV 173.98 133.08 30.3 -
System Red Green Blue C M Y K H S L
Decimal 37 242 183 0.85 0 0.24 0.05 162.73 0.89 0.55
Hex 25 F2 B7 55 0 18 5 A3 59 37
Octal 45 362 267 125 0 30 5 243 131 67
Binary 100101 11110010 10110111 1010101 0 11000 101 10100011 1011001 110111

Color Harmonies of #25F2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F2B7

Black with #25F2B7

Text Example


Text Example

White with #25F2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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