Html Css Color HEX #25F9EC Bright Turquoise

📋 copy color: '#25F9EC'

red 37 ◦ green 249 ◦ blue 236

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

Shades of Bright Turquoise #25F9EC

Tints of Bright Turquoise #25F9EC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.7%

 BLUE value IS 236 (92.58% from 255) = 45.21%

R = 7.09%
G = 47.7%
B = 45.21%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#25F9EC (or 0x25F9EC) is known color: Bright Turquoise. HEX triplet: 25, F9 and EC. RGB value is (37,249,236). Sum of RGB (Red+Green+Blue) = 37+249+236=522 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.09% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #25F9EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25F9EC is #DA0613. Grayscale: #B7B7B7. Windows color (decimal): -14288404 or 15530277. OLE color: 15530277.

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

Color convert

RGB 37 249 236 -
CMYK 0.85 0 0.05 0.02
HSL 176.32º 0.95% 0.56% -
HSV(B) 176.32º 0.85% 0.98% -
XYZ 49.78 74.2 91.06 -
YUV 184.13 157.26 23.06 -
System Red Green Blue C M Y K H S L
Decimal 37 249 236 0.85 0 0.05 0.02 176.32 0.95 0.56
Hex 25 F9 EC 55 0 5 2 B0 5F 38
Octal 45 371 354 125 0 5 2 260 137 70
Binary 100101 11111001 11101100 1010101 0 101 10 10110000 1011111 111000

Color Harmonies of #25F9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F9EC

Black with #25F9EC

Text Example


Text Example

White with #25F9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,249,236); }

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

background-color css

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

 a { background-color: rgb(37,249,236); }

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

border-color css

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

 span { border-color: rgb(37,249,236); }

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