Html Css Color HEX #25EFC4 Turquoise

📋 copy color: '#25EFC4'

red 37 ◦ green 239 ◦ blue 196

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

Shades of Turquoise #25EFC4

Tints of Turquoise #25EFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.53%

R = 7.84%
G = 50.64%
B = 41.53%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#25EFC4 (or 0x25EFC4) is known color: Turquoise. HEX triplet: 25, EF and C4. RGB value is (37,239,196). Sum of RGB (Red+Green+Blue) = 37+239+196=472 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.84% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #25EFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EFC4 is #DA103B. Grayscale: #ADADAD. Windows color (decimal): -14291004 or 12906277. OLE color: 12906277.

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

Color convert

RGB 37 239 196 -
CMYK 0.85 0 0.18 0.06
HSL 167.23º 0.86% 0.54% -
HSV(B) 167.23º 0.85% 0.94% -
XYZ 41.59 66.11 62.79 -
YUV 173.7 140.58 30.5 -
System Red Green Blue C M Y K H S L
Decimal 37 239 196 0.85 0 0.18 0.06 167.23 0.86 0.54
Hex 25 EF C4 55 0 12 6 A7 56 36
Octal 45 357 304 125 0 22 6 247 126 66
Binary 100101 11101111 11000100 1010101 0 10010 110 10100111 1010110 110110

Color Harmonies of #25EFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EFC4

Black with #25EFC4

Text Example


Text Example

White with #25EFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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