Html Css Color HEX #25FACB Turquoise

📋 copy color: '#25FACB'

red 37 ◦ green 250 ◦ blue 203

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

Shades of Turquoise #25FACB

Tints of Turquoise #25FACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.43%

R = 7.55%
G = 51.02%
B = 41.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#25FACB (or 0x25FACB) is known color: Turquoise. HEX triplet: 25, FA and CB. RGB value is (37,250,203). Sum of RGB (Red+Green+Blue) = 37+250+203=490 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.55% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #25FACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FACB is #DA0534. Grayscale: #B4B4B4. Windows color (decimal): -14288181 or 13367845. OLE color: 13367845.

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

Color convert

RGB 37 250 203 -
CMYK 0.85 0 0.19 0.02
HSL 166.76º 0.96% 0.56% -
HSV(B) 166.76º 0.85% 0.98% -
XYZ 45.73 73.08 68.19 -
YUV 180.96 140.43 25.32 -
System Red Green Blue C M Y K H S L
Decimal 37 250 203 0.85 0 0.19 0.02 166.76 0.96 0.56
Hex 25 FA CB 55 0 13 2 A7 60 38
Octal 45 372 313 125 0 23 2 247 140 70
Binary 100101 11111010 11001011 1010101 0 10011 10 10100111 1100000 111000

Color Harmonies of #25FACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FACB

Black with #25FACB

Text Example


Text Example

White with #25FACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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