Html Css Color HEX #25FABA Turquoise

📋 copy color: '#25FABA'

red 37 ◦ green 250 ◦ blue 186

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

Shades of Turquoise #25FABA

Tints of Turquoise #25FABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.32%

R = 7.82%
G = 52.85%
B = 39.32%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#25FABA (or 0x25FABA) is known color: Turquoise. HEX triplet: 25, FA and BA. RGB value is (37,250,186). Sum of RGB (Red+Green+Blue) = 37+250+186=473 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.82% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #25FABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FABA is #DA0545. Grayscale: #B3B3B3. Windows color (decimal): -14288198 or 12253733. OLE color: 12253733.

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

Color convert

RGB 37 250 186 -
CMYK 0.85 0 0.26 0.02
HSL 161.97º 0.96% 0.56% -
HSV(B) 161.97º 0.85% 0.98% -
XYZ 43.81 72.31 58.1 -
YUV 179.02 131.93 26.7 -
System Red Green Blue C M Y K H S L
Decimal 37 250 186 0.85 0 0.26 0.02 161.97 0.96 0.56
Hex 25 FA BA 55 0 1A 2 A2 60 38
Octal 45 372 272 125 0 32 2 242 140 70
Binary 100101 11111010 10111010 1010101 0 11010 10 10100010 1100000 111000

Color Harmonies of #25FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FABA

Black with #25FABA

Text Example


Text Example

White with #25FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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