Html Css Color HEX #25EFEC Bright Turquoise

📋 copy color: '#25EFEC'

red 37 ◦ green 239 ◦ blue 236

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

Shades of Bright Turquoise #25EFEC

Tints of Bright Turquoise #25EFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.68%

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

R = 7.23%
G = 46.68%
B = 46.09%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#25EFEC (or 0x25EFEC) is known color: Bright Turquoise. HEX triplet: 25, EF and EC. RGB value is (37,239,236). Sum of RGB (Red+Green+Blue) = 37+239+236=512 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.23% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #25EFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EFEC is #DA1013. Grayscale: #B2B2B2. Windows color (decimal): -14290964 or 15527717. OLE color: 15527717.

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

Color convert

RGB 37 239 236 -
CMYK 0.85 0 0.01 0.06
HSL 179.11º 0.86% 0.54% -
HSV(B) 179.11º 0.85% 0.94% -
XYZ 46.77 68.18 90.05 -
YUV 178.26 160.58 27.24 -
System Red Green Blue C M Y K H S L
Decimal 37 239 236 0.85 0 0.01 0.06 179.11 0.86 0.54
Hex 25 EF EC 55 0 1 6 B3 56 36
Octal 45 357 354 125 0 1 6 263 126 66
Binary 100101 11101111 11101100 1010101 0 1 110 10110011 1010110 110110

Color Harmonies of #25EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EFEC

Black with #25EFEC

Text Example


Text Example

White with #25EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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