Html Css Color HEX #25EDF1 Bright Turquoise

📋 copy color: '#25EDF1'

red 37 ◦ green 237 ◦ blue 241

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

Shades of Bright Turquoise #25EDF1

Tints of Bright Turquoise #25EDF1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.02%

 BLUE value IS 241 (94.53% from 255) = 46.8%

R = 7.18%
G = 46.02%
B = 46.8%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#25EDF1 (or 0x25EDF1) is known color: Bright Turquoise. HEX triplet: 25, ED and F1. RGB value is (37,237,241). Sum of RGB (Red+Green+Blue) = 37+237+241=515 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.18% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #25EDF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EDF1 is #DA120E. Grayscale: #B1B1B1. Windows color (decimal): -14291471 or 15854885. OLE color: 15854885.

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

Color convert

RGB 37 237 241 -
CMYK 0.85 0.02 0 0.05
HSL 181.18º 0.88% 0.55% -
HSV(B) 181.18º 0.85% 0.95% -
XYZ 46.92 67.31 93.74 -
YUV 177.66 163.74 27.67 -
System Red Green Blue C M Y K H S L
Decimal 37 237 241 0.85 0.02 0 0.05 181.18 0.88 0.55
Hex 25 ED F1 55 2 0 5 B5 58 37
Octal 45 355 361 125 2 0 5 265 130 67
Binary 100101 11101101 11110001 1010101 10 0 101 10110101 1011000 110111

Color Harmonies of #25EDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EDF1

Black with #25EDF1

Text Example


Text Example

White with #25EDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,237,241); }

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

background-color css

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

 a { background-color: rgb(37,237,241); }

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

border-color css

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

 span { border-color: rgb(37,237,241); }

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