Html Css Color HEX #25DCBE Turquoise

📋 copy color: '#25DCBE'

red 37 ◦ green 220 ◦ blue 190

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

Shades of Turquoise #25DCBE

Tints of Turquoise #25DCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.22%

 BLUE value IS 190 (74.61% from 255) = 42.51%

R = 8.28%
G = 49.22%
B = 42.51%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#25DCBE (or 0x25DCBE) is known color: Turquoise. HEX triplet: 25, DC and BE. RGB value is (37,220,190). Sum of RGB (Red+Green+Blue) = 37+220+190=447 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.28% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #25DCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DCBE is #DA2341. Grayscale: #A1A1A1. Windows color (decimal): -14295874 or 12508197. OLE color: 12508197.

HSL color Cylindrical-coordinate representation of color #25DCBE: hue angle of 170.16º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DCBE is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 220 190 -
CMYK 0.83 0 0.14 0.14
HSL 170.16º 0.72% 0.5% -
HSV(B) 170.16º 0.83% 0.86% -
XYZ 35.65 55.3 57.51 -
YUV 161.86 143.87 38.94 -
System Red Green Blue C M Y K H S L
Decimal 37 220 190 0.83 0 0.14 0.14 170.16 0.72 0.5
Hex 25 DC BE 53 0 E E AA 48 32
Octal 45 334 276 123 0 16 16 252 110 62
Binary 100101 11011100 10111110 1010011 0 1110 1110 10101010 1001000 110010

Color Harmonies of #25DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DCBE

Black with #25DCBE

Text Example


Text Example

White with #25DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,220,190); }

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

background-color css

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

 a { background-color: rgb(37,220,190); }

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

border-color css

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

 span { border-color: rgb(37,220,190); }

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