Html Css Color HEX #25ECF0 Bright Turquoise

📋 copy color: '#25ECF0'

red 37 ◦ green 236 ◦ blue 240

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

Shades of Bright Turquoise #25ECF0

Tints of Bright Turquoise #25ECF0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46%

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

R = 7.21%
G = 46%
B = 46.78%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#25ECF0 (or 0x25ECF0) is known color: Bright Turquoise. HEX triplet: 25, EC and F0. RGB value is (37,236,240). Sum of RGB (Red+Green+Blue) = 37+236+240=513 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.21% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #25ECF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25ECF0 is #DA130F. Grayscale: #B0B0B0. Windows color (decimal): -14291728 or 15789093. OLE color: 15789093.

HSL color Cylindrical-coordinate representation of color #25ECF0: hue angle of 181.18º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25ECF0 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 236 240 -
CMYK 0.85 0.02 0 0.06
HSL 181.18º 0.87% 0.54% -
HSV(B) 181.18º 0.85% 0.94% -
XYZ 46.49 66.68 92.86 -
YUV 176.96 163.57 28.17 -
System Red Green Blue C M Y K H S L
Decimal 37 236 240 0.85 0.02 0 0.06 181.18 0.87 0.54
Hex 25 EC F0 55 2 0 6 B5 57 36
Octal 45 354 360 125 2 0 6 265 127 66
Binary 100101 11101100 11110000 1010101 10 0 110 10110101 1010111 110110

Color Harmonies of #25ECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25ECF0

Black with #25ECF0

Text Example


Text Example

White with #25ECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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