Html Css Color HEX #25F1C1 Turquoise

📋 copy color: '#25F1C1'

red 37 ◦ green 241 ◦ blue 193

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

Shades of Turquoise #25F1C1

Tints of Turquoise #25F1C1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.17%

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

R = 7.86%
G = 51.17%
B = 40.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#25F1C1 (or 0x25F1C1) is known color: Turquoise. HEX triplet: 25, F1 and C1. RGB value is (37,241,193). Sum of RGB (Red+Green+Blue) = 37+241+193=471 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.86% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #25F1C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F1C1 is #DA0E3E. Grayscale: #AEAEAE. Windows color (decimal): -14290495 or 12710181. OLE color: 12710181.

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

Color convert

RGB 37 241 193 -
CMYK 0.85 0 0.20 0.05
HSL 165.88º 0.88% 0.55% -
HSV(B) 165.88º 0.85% 0.95% -
XYZ 41.84 67.15 61.21 -
YUV 174.53 138.41 29.9 -
System Red Green Blue C M Y K H S L
Decimal 37 241 193 0.85 0 0.20 0.05 165.88 0.88 0.55
Hex 25 F1 C1 55 0 14 5 A6 58 37
Octal 45 361 301 125 0 24 5 246 130 67
Binary 100101 11110001 11000001 1010101 0 10100 101 10100110 1011000 110111

Color Harmonies of #25F1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F1C1

Black with #25F1C1

Text Example


Text Example

White with #25F1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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