Html Css Color HEX #25E2F1 Bright Turquoise

📋 copy color: '#25E2F1'

red 37 ◦ green 226 ◦ blue 241

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

Shades of Bright Turquoise #25E2F1

Tints of Bright Turquoise #25E2F1

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.84%

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

R = 7.34%
G = 44.84%
B = 47.82%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#25E2F1 (or 0x25E2F1) is known color: Bright Turquoise. HEX triplet: 25, E2 and F1. RGB value is (37,226,241). Sum of RGB (Red+Green+Blue) = 37+226+241=504 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.34% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #25E2F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25E2F1 is #DA1D0E. Grayscale: #AAAAAA. Windows color (decimal): -14294287 or 15852069. OLE color: 15852069.

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

Color convert

RGB 37 226 241 -
CMYK 0.85 0.06 0 0.05
HSL 184.41º 0.88% 0.55% -
HSV(B) 184.41º 0.85% 0.95% -
XYZ 43.84 61.14 92.71 -
YUV 171.2 167.38 32.28 -
System Red Green Blue C M Y K H S L
Decimal 37 226 241 0.85 0.06 0 0.05 184.41 0.88 0.55
Hex 25 E2 F1 55 6 0 5 B8 58 37
Octal 45 342 361 125 6 0 5 270 130 67
Binary 100101 11100010 11110001 1010101 110 0 101 10111000 1011000 110111

Color Harmonies of #25E2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E2F1

Black with #25E2F1

Text Example


Text Example

White with #25E2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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