Html Css Color HEX #25F5C0 Turquoise

📋 copy color: '#25F5C0'

red 37 ◦ green 245 ◦ blue 192

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

Shades of Turquoise #25F5C0

Tints of Turquoise #25F5C0

RGB

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

 GREEN value IS 245 (96.09% from 255) = 51.69%

 BLUE value IS 192 (75.39% from 255) = 40.51%

R = 7.81%
G = 51.69%
B = 40.51%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#25F5C0 (or 0x25F5C0) is known color: Turquoise. HEX triplet: 25, F5 and C0. RGB value is (37,245,192). Sum of RGB (Red+Green+Blue) = 37+245+192=474 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.81% from 474); Green value is 245 (96.09% from 255 or 51.69% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 245 - color contains mainly: green. Hex color #25F5C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F5C0 is #DA0A3F. Grayscale: #B0B0B0. Windows color (decimal): -14289472 or 12645669. OLE color: 12645669.

HSL color Cylindrical-coordinate representation of color #25F5C0: hue angle of 164.71º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F5C0 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 37 245 192 -
CMYK 0.85 0 0.22 0.04
HSL 164.71º 0.91% 0.55% -
HSV(B) 164.71º 0.85% 0.96% -
XYZ 42.93 69.5 61.02 -
YUV 176.77 136.59 28.31 -
System Red Green Blue C M Y K H S L
Decimal 37 245 192 0.85 0 0.22 0.04 164.71 0.91 0.55
Hex 25 F5 C0 55 0 16 4 A5 5B 37
Octal 45 365 300 125 0 26 4 245 133 67
Binary 100101 11110101 11000000 1010101 0 10110 100 10100101 1011011 110111

Color Harmonies of #25F5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F5C0

Black with #25F5C0

Text Example


Text Example

White with #25F5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,245,192); }

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

background-color css

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

 a { background-color: rgb(37,245,192); }

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

border-color css

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

 span { border-color: rgb(37,245,192); }

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