Html Css Color HEX #25EACA Turquoise

📋 copy color: '#25EACA'

red 37 ◦ green 234 ◦ blue 202

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

Shades of Turquoise #25EACA

Tints of Turquoise #25EACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.71%

R = 7.82%
G = 49.47%
B = 42.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#25EACA (or 0x25EACA) is known color: Turquoise. HEX triplet: 25, EA and CA. RGB value is (37,234,202). Sum of RGB (Red+Green+Blue) = 37+234+202=473 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.82% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #25EACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EACA is #DA1535. Grayscale: #ABABAB. Windows color (decimal): -14292278 or 13298213. OLE color: 13298213.

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

Color convert

RGB 37 234 202 -
CMYK 0.84 0 0.14 0.08
HSL 170.25º 0.82% 0.53% -
HSV(B) 170.25º 0.84% 0.92% -
XYZ 40.85 63.5 65.98 -
YUV 171.45 145.23 32.1 -
System Red Green Blue C M Y K H S L
Decimal 37 234 202 0.84 0 0.14 0.08 170.25 0.82 0.53
Hex 25 EA CA 54 0 E 8 AA 52 35
Octal 45 352 312 124 0 16 10 252 122 65
Binary 100101 11101010 11001010 1010100 0 1110 1000 10101010 1010010 110101

Color Harmonies of #25EACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EACA

Black with #25EACA

Text Example


Text Example

White with #25EACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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