Html Css Color HEX #25EAC3 Turquoise

📋 copy color: '#25EAC3'

red 37 ◦ green 234 ◦ blue 195

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

Shades of Turquoise #25EAC3

Tints of Turquoise #25EAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.85%

R = 7.94%
G = 50.21%
B = 41.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#25EAC3 (or 0x25EAC3) is known color: Turquoise. HEX triplet: 25, EA and C3. RGB value is (37,234,195). Sum of RGB (Red+Green+Blue) = 37+234+195=466 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.94% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #25EAC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EAC3 is #DA153C. Grayscale: #AAAAAA. Windows color (decimal): -14292285 or 12839461. OLE color: 12839461.

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

Color convert

RGB 37 234 195 -
CMYK 0.84 0 0.17 0.08
HSL 168.12º 0.82% 0.53% -
HSV(B) 168.12º 0.84% 0.92% -
XYZ 40.04 63.18 61.71 -
YUV 170.65 141.73 32.67 -
System Red Green Blue C M Y K H S L
Decimal 37 234 195 0.84 0 0.17 0.08 168.12 0.82 0.53
Hex 25 EA C3 54 0 11 8 A8 52 35
Octal 45 352 303 124 0 21 10 250 122 65
Binary 100101 11101010 11000011 1010100 0 10001 1000 10101000 1010010 110101

Color Harmonies of #25EAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EAC3

Black with #25EAC3

Text Example


Text Example

White with #25EAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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