Html Css Color HEX #25EACB Turquoise

📋 copy color: '#25EACB'

red 37 ◦ green 234 ◦ blue 203

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

Shades of Turquoise #25EACB

Tints of Turquoise #25EACB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.37%

 BLUE value IS 203 (79.69% from 255) = 42.83%

R = 7.81%
G = 49.37%
B = 42.83%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#25EACB (or 0x25EACB) is known color: Turquoise. HEX triplet: 25, EA and CB. RGB value is (37,234,203). Sum of RGB (Red+Green+Blue) = 37+234+203=474 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.81% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #25EACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EACB is #DA1534. Grayscale: #ABABAB. Windows color (decimal): -14292277 or 13363749. OLE color: 13363749.

HSL color Cylindrical-coordinate representation of color #25EACB: hue angle of 170.56º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EACB is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 234 203 -
CMYK 0.84 0 0.13 0.08
HSL 170.56º 0.82% 0.53% -
HSV(B) 170.56º 0.84% 0.92% -
XYZ 40.97 63.55 66.61 -
YUV 171.56 145.73 32.02 -
System Red Green Blue C M Y K H S L
Decimal 37 234 203 0.84 0 0.13 0.08 170.56 0.82 0.53
Hex 25 EA CB 54 0 D 8 AB 52 35
Octal 45 352 313 124 0 15 10 253 122 65
Binary 100101 11101010 11001011 1010100 0 1101 1000 10101011 1010010 110101

Color Harmonies of #25EACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EACB

Black with #25EACB

Text Example


Text Example

White with #25EACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,234,203); }

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

background-color css

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

 a { background-color: rgb(37,234,203); }

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

border-color css

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

 span { border-color: rgb(37,234,203); }

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