Html Css Color HEX #25EACD Turquoise

📋 copy color: '#25EACD'

red 37 ◦ green 234 ◦ blue 205

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

Shades of Turquoise #25EACD

Tints of Turquoise #25EACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 7.77%
G = 49.16%
B = 43.07%

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

#25EACD (or 0x25EACD) is known color: Turquoise. HEX triplet: 25, EA and CD. RGB value is (37,234,205). Sum of RGB (Red+Green+Blue) = 37+234+205=476 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.77% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #25EACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EACD is #DA1532. Grayscale: #ABABAB. Windows color (decimal): -14292275 or 13494821. OLE color: 13494821.

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

Color convert

RGB 37 234 205 -
CMYK 0.84 0 0.12 0.08
HSL 171.17º 0.82% 0.53% -
HSV(B) 171.17º 0.84% 0.92% -
XYZ 41.21 63.65 67.87 -
YUV 171.79 146.73 31.86 -
System Red Green Blue C M Y K H S L
Decimal 37 234 205 0.84 0 0.12 0.08 171.17 0.82 0.53
Hex 25 EA CD 54 0 C 8 AB 52 35
Octal 45 352 315 124 0 14 10 253 122 65
Binary 100101 11101010 11001101 1010100 0 1100 1000 10101011 1010010 110101

Color Harmonies of #25EACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EACD

Black with #25EACD

Text Example


Text Example

White with #25EACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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