Html Css Color HEX #25FABB Turquoise

📋 copy color: '#25FABB'

red 37 ◦ green 250 ◦ blue 187

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

Shades of Turquoise #25FABB

Tints of Turquoise #25FABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.45%

R = 7.81%
G = 52.74%
B = 39.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#25FABB (or 0x25FABB) is known color: Turquoise. HEX triplet: 25, FA and BB. RGB value is (37,250,187). Sum of RGB (Red+Green+Blue) = 37+250+187=474 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.81% from 474); Green value is 250 (98.05% from 255 or 52.74% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 250 - color contains mainly: green. Hex color #25FABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FABB is #DA0544. Grayscale: #B3B3B3. Windows color (decimal): -14288197 or 12319269. OLE color: 12319269.

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

Color convert

RGB 37 250 187 -
CMYK 0.85 0 0.25 0.02
HSL 162.25º 0.96% 0.56% -
HSV(B) 162.25º 0.85% 0.98% -
XYZ 43.92 72.35 58.66 -
YUV 179.13 132.43 26.62 -
System Red Green Blue C M Y K H S L
Decimal 37 250 187 0.85 0 0.25 0.02 162.25 0.96 0.56
Hex 25 FA BB 55 0 19 2 A2 60 38
Octal 45 372 273 125 0 31 2 242 140 70
Binary 100101 11111010 10111011 1010101 0 11001 10 10100010 1100000 111000

Color Harmonies of #25FABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FABB

Black with #25FABB

Text Example


Text Example

White with #25FABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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