Html Css Color HEX #25F2EF Bright Turquoise

📋 copy color: '#25F2EF'

red 37 ◦ green 242 ◦ blue 239

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

Shades of Bright Turquoise #25F2EF

Tints of Bright Turquoise #25F2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.72%

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 7.14%
G = 46.72%
B = 46.14%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#25F2EF (or 0x25F2EF) is known color: Bright Turquoise. HEX triplet: 25, F2 and EF. RGB value is (37,242,239). Sum of RGB (Red+Green+Blue) = 37+242+239=518 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.14% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #25F2EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25F2EF is #DA0D10. Grayscale: #B4B4B4. Windows color (decimal): -14290193 or 15725093. OLE color: 15725093.

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

Color convert

RGB 37 242 239 -
CMYK 0.85 0 0.01 0.05
HSL 179.12º 0.89% 0.55% -
HSV(B) 179.12º 0.85% 0.95% -
XYZ 48.1 70.13 92.66 -
YUV 180.36 161.08 25.74 -
System Red Green Blue C M Y K H S L
Decimal 37 242 239 0.85 0 0.01 0.05 179.12 0.89 0.55
Hex 25 F2 EF 55 0 1 5 B3 59 37
Octal 45 362 357 125 0 1 5 263 131 67
Binary 100101 11110010 11101111 1010101 0 1 101 10110011 1011001 110111

Color Harmonies of #25F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F2EF

Black with #25F2EF

Text Example


Text Example

White with #25F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,242,239); }

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

background-color css

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

 a { background-color: rgb(37,242,239); }

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

border-color css

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

 span { border-color: rgb(37,242,239); }

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