Html Css Color HEX #25FECB Turquoise

📋 copy color: '#25FECB'

red 37 ◦ green 254 ◦ blue 203

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

Shades of Turquoise #25FECB

Tints of Turquoise #25FECB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.42%

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

R = 7.49%
G = 51.42%
B = 41.09%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#25FECB (or 0x25FECB) is known color: Turquoise. HEX triplet: 25, FE and CB. RGB value is (37,254,203). Sum of RGB (Red+Green+Blue) = 37+254+203=494 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.49% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #25FECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FECB is #DA0134. Grayscale: #B7B7B7. Windows color (decimal): -14287157 or 13368869. OLE color: 13368869.

HSL color Cylindrical-coordinate representation of color #25FECB: hue angle of 165.9º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FECB is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 37 254 203 -
CMYK 0.85 0 0.20 0.00
HSL 165.9º 0.99% 0.57% -
HSV(B) 165.9º 0.85% 1% -
XYZ 46.98 75.59 68.61 -
YUV 183.3 139.11 23.65 -
System Red Green Blue C M Y K H S L
Decimal 37 254 203 0.85 0 0.20 0.00 165.9 0.99 0.57
Hex 25 FE CB 55 0 14 0 A6 63 39
Octal 45 376 313 125 0 24 0 246 143 71
Binary 100101 11111110 11001011 1010101 0 10100 0 10100110 1100011 111001

Color Harmonies of #25FECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FECB

Black with #25FECB

Text Example


Text Example

White with #25FECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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