Html Css Color HEX #25F1C3 Turquoise

📋 copy color: '#25F1C3'

red 37 ◦ green 241 ◦ blue 195

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

Shades of Turquoise #25F1C3

Tints of Turquoise #25F1C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.23%

R = 7.82%
G = 50.95%
B = 41.23%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#25F1C3 (or 0x25F1C3) is known color: Turquoise. HEX triplet: 25, F1 and C3. RGB value is (37,241,195). Sum of RGB (Red+Green+Blue) = 37+241+195=473 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.82% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #25F1C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F1C3 is #DA0E3C. Grayscale: #AEAEAE. Windows color (decimal): -14290493 or 12841253. OLE color: 12841253.

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

Color convert

RGB 37 241 195 -
CMYK 0.85 0 0.19 0.05
HSL 166.47º 0.88% 0.55% -
HSV(B) 166.47º 0.85% 0.95% -
XYZ 42.07 67.24 62.39 -
YUV 174.76 139.41 29.74 -
System Red Green Blue C M Y K H S L
Decimal 37 241 195 0.85 0 0.19 0.05 166.47 0.88 0.55
Hex 25 F1 C3 55 0 13 5 A6 58 37
Octal 45 361 303 125 0 23 5 246 130 67
Binary 100101 11110001 11000011 1010101 0 10011 101 10100110 1011000 110111

Color Harmonies of #25F1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F1C3

Black with #25F1C3

Text Example


Text Example

White with #25F1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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