Html Css Color HEX #25F2C8 Turquoise

📋 copy color: '#25F2C8'

red 37 ◦ green 242 ◦ blue 200

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

Shades of Turquoise #25F2C8

Tints of Turquoise #25F2C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.75%

R = 7.72%
G = 50.52%
B = 41.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#25F2C8 (or 0x25F2C8) is known color: Turquoise. HEX triplet: 25, F2 and C8. RGB value is (37,242,200). Sum of RGB (Red+Green+Blue) = 37+242+200=479 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.72% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #25F2C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F2C8 is #DA0D37. Grayscale: #AFAFAF. Windows color (decimal): -14290232 or 13169189. OLE color: 13169189.

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

Color convert

RGB 37 242 200 -
CMYK 0.85 0 0.17 0.05
HSL 167.71º 0.89% 0.55% -
HSV(B) 167.71º 0.85% 0.95% -
XYZ 42.94 68.07 65.52 -
YUV 175.92 141.58 28.92 -
System Red Green Blue C M Y K H S L
Decimal 37 242 200 0.85 0 0.17 0.05 167.71 0.89 0.55
Hex 25 F2 C8 55 0 11 5 A8 59 37
Octal 45 362 310 125 0 21 5 250 131 67
Binary 100101 11110010 11001000 1010101 0 10001 101 10101000 1011001 110111

Color Harmonies of #25F2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F2C8

Black with #25F2C8

Text Example


Text Example

White with #25F2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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