Html Css Color HEX #25E3BD Turquoise

📋 copy color: '#25E3BD'

red 37 ◦ green 227 ◦ blue 189

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

Shades of Turquoise #25E3BD

Tints of Turquoise #25E3BD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50.11%

 BLUE value IS 189 (74.22% from 255) = 41.72%

R = 8.17%
G = 50.11%
B = 41.72%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#25E3BD (or 0x25E3BD) is known color: Turquoise. HEX triplet: 25, E3 and BD. RGB value is (37,227,189). Sum of RGB (Red+Green+Blue) = 37+227+189=453 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.17% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #25E3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E3BD is #DA1C42. Grayscale: #A5A5A5. Windows color (decimal): -14294083 or 12444453. OLE color: 12444453.

HSL color Cylindrical-coordinate representation of color #25E3BD: hue angle of 168º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E3BD is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 37 227 189 -
CMYK 0.84 0 0.17 0.11
HSL 168º 0.77% 0.52% -
HSV(B) 168º 0.84% 0.89% -
XYZ 37.42 59.01 57.56 -
YUV 165.86 141.05 36.09 -
System Red Green Blue C M Y K H S L
Decimal 37 227 189 0.84 0 0.17 0.11 168 0.77 0.52
Hex 25 E3 BD 54 0 11 B A8 4D 34
Octal 45 343 275 124 0 21 13 250 115 64
Binary 100101 11100011 10111101 1010100 0 10001 1011 10101000 1001101 110100

Color Harmonies of #25E3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E3BD

Black with #25E3BD

Text Example


Text Example

White with #25E3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,227,189); }

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

background-color css

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

 a { background-color: rgb(37,227,189); }

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

border-color css

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

 span { border-color: rgb(37,227,189); }

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