Html Css Color HEX #25D6C2 Turquoise

📋 copy color: '#25D6C2'

red 37 ◦ green 214 ◦ blue 194

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

Shades of Turquoise #25D6C2

Tints of Turquoise #25D6C2

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.09%

 BLUE value IS 194 (76.17% from 255) = 43.6%

R = 8.31%
G = 48.09%
B = 43.6%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#25D6C2 (or 0x25D6C2) is known color: Turquoise. HEX triplet: 25, D6 and C2. RGB value is (37,214,194). Sum of RGB (Red+Green+Blue) = 37+214+194=445 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.31% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #25D6C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D6C2 is #DA293D. Grayscale: #9E9E9E. Windows color (decimal): -14297406 or 12768805. OLE color: 12768805.

HSL color Cylindrical-coordinate representation of color #25D6C2: hue angle of 173.22º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D6C2 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 37 214 194 -
CMYK 0.83 0 0.09 0.16
HSL 173.22º 0.71% 0.49% -
HSV(B) 173.22º 0.83% 0.84% -
XYZ 34.55 52.38 59.33 -
YUV 158.8 147.86 41.13 -
System Red Green Blue C M Y K H S L
Decimal 37 214 194 0.83 0 0.09 0.16 173.22 0.71 0.49
Hex 25 D6 C2 53 0 9 10 AD 47 31
Octal 45 326 302 123 0 11 20 255 107 61
Binary 100101 11010110 11000010 1010011 0 1001 10000 10101101 1000111 110001

Color Harmonies of #25D6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D6C2

Black with #25D6C2

Text Example


Text Example

White with #25D6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,214,194); }

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

background-color css

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

 a { background-color: rgb(37,214,194); }

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

border-color css

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

 span { border-color: rgb(37,214,194); }

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