Html Css Color HEX #25FECC Turquoise

📋 copy color: '#25FECC'

red 37 ◦ green 254 ◦ blue 204

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

Shades of Turquoise #25FECC

Tints of Turquoise #25FECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 7.47%
G = 51.31%
B = 41.21%

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

#25FECC (or 0x25FECC) is known color: Turquoise. HEX triplet: 25, FE and CC. RGB value is (37,254,204). Sum of RGB (Red+Green+Blue) = 37+254+204=495 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.47% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #25FECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FECC is #DA0133. Grayscale: #B7B7B7. Windows color (decimal): -14287156 or 13434405. OLE color: 13434405.

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

Color convert

RGB 37 254 204 -
CMYK 0.85 0 0.20 0.00
HSL 166.18º 0.99% 0.57% -
HSV(B) 166.18º 0.85% 1% -
XYZ 47.1 75.64 69.24 -
YUV 183.42 139.61 23.57 -
System Red Green Blue C M Y K H S L
Decimal 37 254 204 0.85 0 0.20 0.00 166.18 0.99 0.57
Hex 25 FE CC 55 0 14 0 A6 63 39
Octal 45 376 314 125 0 24 0 246 143 71
Binary 100101 11111110 11001100 1010101 0 10100 0 10100110 1100011 111001

Color Harmonies of #25FECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FECC

Black with #25FECC

Text Example


Text Example

White with #25FECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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