Html Css Color HEX #25E9C1 Turquoise

📋 copy color: '#25E9C1'

red 37 ◦ green 233 ◦ blue 193

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

Shades of Turquoise #25E9C1

Tints of Turquoise #25E9C1

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50.32%

 BLUE value IS 193 (75.78% from 255) = 41.68%

R = 7.99%
G = 50.32%
B = 41.68%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#25E9C1 (or 0x25E9C1) is known color: Turquoise. HEX triplet: 25, E9 and C1. RGB value is (37,233,193). Sum of RGB (Red+Green+Blue) = 37+233+193=463 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.99% from 463); Green value is 233 (91.41% from 255 or 50.32% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 233 - color contains mainly: green. Hex color #25E9C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25E9C1 is #DA163E. Grayscale: #A9A9A9. Windows color (decimal): -14292543 or 12708133. OLE color: 12708133.

HSL color Cylindrical-coordinate representation of color #25E9C1: hue angle of 167.76º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E9C1 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 37 233 193 -
CMYK 0.84 0 0.17 0.09
HSL 167.76º 0.82% 0.53% -
HSV(B) 167.76º 0.84% 0.91% -
XYZ 39.53 62.52 60.44 -
YUV 169.84 141.07 33.25 -
System Red Green Blue C M Y K H S L
Decimal 37 233 193 0.84 0 0.17 0.09 167.76 0.82 0.53
Hex 25 E9 C1 54 0 11 9 A8 52 35
Octal 45 351 301 124 0 21 11 250 122 65
Binary 100101 11101001 11000001 1010100 0 10001 1001 10101000 1010010 110101

Color Harmonies of #25E9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E9C1

Black with #25E9C1

Text Example


Text Example

White with #25E9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,233,193); }

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

background-color css

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

 a { background-color: rgb(37,233,193); }

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

border-color css

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

 span { border-color: rgb(37,233,193); }

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