Html Css Color HEX #25E0B6 Turquoise

📋 copy color: '#25E0B6'

red 37 ◦ green 224 ◦ blue 182

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

Shades of Turquoise #25E0B6

Tints of Turquoise #25E0B6

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.56%

 BLUE value IS 182 (71.48% from 255) = 41.08%

R = 8.35%
G = 50.56%
B = 41.08%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#25E0B6 (or 0x25E0B6) is known color: Turquoise. HEX triplet: 25, E0 and B6. RGB value is (37,224,182). Sum of RGB (Red+Green+Blue) = 37+224+182=443 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.35% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #25E0B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E0B6 is #DA1F49. Grayscale: #A3A3A3. Windows color (decimal): -14294858 or 11984933. OLE color: 11984933.

HSL color Cylindrical-coordinate representation of color #25E0B6: hue angle of 166.52º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25E0B6 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 224 182 -
CMYK 0.83 0 0.19 0.12
HSL 166.52º 0.75% 0.51% -
HSV(B) 166.52º 0.83% 0.88% -
XYZ 35.86 57.08 53.38 -
YUV 163.3 138.55 37.92 -
System Red Green Blue C M Y K H S L
Decimal 37 224 182 0.83 0 0.19 0.12 166.52 0.75 0.51
Hex 25 E0 B6 53 0 13 C A7 4B 33
Octal 45 340 266 123 0 23 14 247 113 63
Binary 100101 11100000 10110110 1010011 0 10011 1100 10100111 1001011 110011

Color Harmonies of #25E0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E0B6

Black with #25E0B6

Text Example


Text Example

White with #25E0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,224,182); }

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

background-color css

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

 a { background-color: rgb(37,224,182); }

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

border-color css

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

 span { border-color: rgb(37,224,182); }

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