Html Css Color HEX #25EDEC Bright Turquoise

📋 copy color: '#25EDEC'

red 37 ◦ green 237 ◦ blue 236

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

Shades of Bright Turquoise #25EDEC

Tints of Bright Turquoise #25EDEC

RGB

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

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

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

R = 7.25%
G = 46.47%
B = 46.27%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#25EDEC (or 0x25EDEC) is known color: Bright Turquoise. HEX triplet: 25, ED and EC. RGB value is (37,237,236). Sum of RGB (Red+Green+Blue) = 37+237+236=510 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.25% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #25EDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EDEC is #DA1213. Grayscale: #B0B0B0. Windows color (decimal): -14291476 or 15527205. OLE color: 15527205.

HSL color Cylindrical-coordinate representation of color #25EDEC: hue angle of 179.7º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EDEC is Cyan = 0.84, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 237 236 -
CMYK 0.84 0 0.00 0.07
HSL 179.7º 0.85% 0.54% -
HSV(B) 179.7º 0.84% 0.93% -
XYZ 46.19 67.02 89.86 -
YUV 177.09 161.24 28.08 -
System Red Green Blue C M Y K H S L
Decimal 37 237 236 0.84 0 0.00 0.07 179.7 0.85 0.54
Hex 25 ED EC 54 0 0 7 B4 55 36
Octal 45 355 354 124 0 0 7 264 125 66
Binary 100101 11101101 11101100 1010100 0 0 111 10110100 1010101 110110

Color Harmonies of #25EDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EDEC

Black with #25EDEC

Text Example


Text Example

White with #25EDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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