Html Css Color HEX #25FCF0 Bright Turquoise

📋 copy color: '#25FCF0'

red 37 ◦ green 252 ◦ blue 240

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

Shades of Bright Turquoise #25FCF0

Tints of Bright Turquoise #25FCF0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.64%

 BLUE value IS 240 (94.14% from 255) = 45.37%

R = 6.99%
G = 47.64%
B = 45.37%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#25FCF0 (or 0x25FCF0) is known color: Bright Turquoise. HEX triplet: 25, FC and F0. RGB value is (37,252,240). Sum of RGB (Red+Green+Blue) = 37+252+240=529 (70% of max value = 765). Red value is 37 (14.84% from 255 or 6.99% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #25FCF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FCF0 is #DA030F. Grayscale: #BABABA. Windows color (decimal): -14287632 or 15793189. OLE color: 15793189.

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

Color convert

RGB 37 252 240 -
CMYK 0.85 0 0.05 0.01
HSL 176.65º 0.97% 0.57% -
HSV(B) 176.65º 0.85% 0.99% -
XYZ 51.3 76.31 94.46 -
YUV 186.35 158.27 21.48 -
System Red Green Blue C M Y K H S L
Decimal 37 252 240 0.85 0 0.05 0.01 176.65 0.97 0.57
Hex 25 FC F0 55 0 5 1 B1 61 39
Octal 45 374 360 125 0 5 1 261 141 71
Binary 100101 11111100 11110000 1010101 0 101 1 10110001 1100001 111001

Color Harmonies of #25FCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FCF0

Black with #25FCF0

Text Example


Text Example

White with #25FCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,252,240); }

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

background-color css

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

 a { background-color: rgb(37,252,240); }

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

border-color css

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

 span { border-color: rgb(37,252,240); }

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