Html Css Color HEX #25EACC Turquoise

📋 copy color: '#25EACC'

red 37 ◦ green 234 ◦ blue 204

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

Shades of Turquoise #25EACC

Tints of Turquoise #25EACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.95%

R = 7.79%
G = 49.26%
B = 42.95%

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

#25EACC (or 0x25EACC) is known color: Turquoise. HEX triplet: 25, EA and CC. RGB value is (37,234,204). Sum of RGB (Red+Green+Blue) = 37+234+204=475 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.79% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #25EACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EACC is #DA1533. Grayscale: #ABABAB. Windows color (decimal): -14292276 or 13429285. OLE color: 13429285.

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

Color convert

RGB 37 234 204 -
CMYK 0.84 0 0.13 0.08
HSL 170.86º 0.82% 0.53% -
HSV(B) 170.86º 0.84% 0.92% -
XYZ 41.08 63.6 67.24 -
YUV 171.68 146.23 31.94 -
System Red Green Blue C M Y K H S L
Decimal 37 234 204 0.84 0 0.13 0.08 170.86 0.82 0.53
Hex 25 EA CC 54 0 D 8 AB 52 35
Octal 45 352 314 124 0 15 10 253 122 65
Binary 100101 11101010 11001100 1010100 0 1101 1000 10101011 1010010 110101

Color Harmonies of #25EACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EACC

Black with #25EACC

Text Example


Text Example

White with #25EACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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