Html Css Color HEX #25FAC3 Turquoise

📋 copy color: '#25FAC3'

red 37 ◦ green 250 ◦ blue 195

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

Shades of Turquoise #25FAC3

Tints of Turquoise #25FAC3

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.87%

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

R = 7.68%
G = 51.87%
B = 40.46%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#25FAC3 (or 0x25FAC3) is known color: Turquoise. HEX triplet: 25, FA and C3. RGB value is (37,250,195). Sum of RGB (Red+Green+Blue) = 37+250+195=482 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.68% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #25FAC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FAC3 is #DA053C. Grayscale: #B4B4B4. Windows color (decimal): -14288189 or 12843557. OLE color: 12843557.

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

Color convert

RGB 37 250 195 -
CMYK 0.85 0 0.22 0.02
HSL 164.51º 0.96% 0.56% -
HSV(B) 164.51º 0.85% 0.98% -
XYZ 44.8 72.7 63.3 -
YUV 180.04 136.43 25.97 -
System Red Green Blue C M Y K H S L
Decimal 37 250 195 0.85 0 0.22 0.02 164.51 0.96 0.56
Hex 25 FA C3 55 0 16 2 A5 60 38
Octal 45 372 303 125 0 26 2 245 140 70
Binary 100101 11111010 11000011 1010101 0 10110 10 10100101 1100000 111000

Color Harmonies of #25FAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FAC3

Black with #25FAC3

Text Example


Text Example

White with #25FAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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