Html Css Color HEX #25EACE Turquoise

📋 copy color: '#25EACE'

red 37 ◦ green 234 ◦ blue 206

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

Shades of Turquoise #25EACE

Tints of Turquoise #25EACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 7.76%
G = 49.06%
B = 43.19%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#25EACE (or 0x25EACE) is known color: Turquoise. HEX triplet: 25, EA and CE. RGB value is (37,234,206). Sum of RGB (Red+Green+Blue) = 37+234+206=477 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.76% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 234 - color contains mainly: green. Hex color #25EACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EACE is #DA1531. Grayscale: #ABABAB. Windows color (decimal): -14292274 or 13560357. OLE color: 13560357.

HSL color Cylindrical-coordinate representation of color #25EACE: hue angle of 171.47º 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 #25EACE is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 234 206 -
CMYK 0.84 0 0.12 0.08
HSL 171.47º 0.82% 0.53% -
HSV(B) 171.47º 0.84% 0.92% -
XYZ 41.33 63.7 68.51 -
YUV 171.91 147.23 31.78 -
System Red Green Blue C M Y K H S L
Decimal 37 234 206 0.84 0 0.12 0.08 171.47 0.82 0.53
Hex 25 EA CE 54 0 C 8 AB 52 35
Octal 45 352 316 124 0 14 10 253 122 65
Binary 100101 11101010 11001110 1010100 0 1100 1000 10101011 1010010 110101

Color Harmonies of #25EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EACE

Black with #25EACE

Text Example


Text Example

White with #25EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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