Html Css Color HEX #25DAC4 Turquoise

📋 copy color: '#25DAC4'

red 37 ◦ green 218 ◦ blue 196

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

Shades of Turquoise #25DAC4

Tints of Turquoise #25DAC4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.34%

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

R = 8.2%
G = 48.34%
B = 43.46%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#25DAC4 (or 0x25DAC4) is known color: Turquoise. HEX triplet: 25, DA and C4. RGB value is (37,218,196). Sum of RGB (Red+Green+Blue) = 37+218+196=451 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.20% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #25DAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DAC4 is #DA253B. Grayscale: #A1A1A1. Windows color (decimal): -14296380 or 12900901. OLE color: 12900901.

HSL color Cylindrical-coordinate representation of color #25DAC4: hue angle of 172.71º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DAC4 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 218 196 -
CMYK 0.83 0 0.10 0.15
HSL 172.71º 0.71% 0.5% -
HSV(B) 172.71º 0.83% 0.85% -
XYZ 35.8 54.52 60.86 -
YUV 161.37 147.53 39.29 -
System Red Green Blue C M Y K H S L
Decimal 37 218 196 0.83 0 0.10 0.15 172.71 0.71 0.5
Hex 25 DA C4 53 0 A F AD 47 32
Octal 45 332 304 123 0 12 17 255 107 62
Binary 100101 11011010 11000100 1010011 0 1010 1111 10101101 1000111 110010

Color Harmonies of #25DAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DAC4

Black with #25DAC4

Text Example


Text Example

White with #25DAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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