Html Css Color HEX #25E6C2 Turquoise

📋 copy color: '#25E6C2'

red 37 ◦ green 230 ◦ blue 194

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

Shades of Turquoise #25E6C2

Tints of Turquoise #25E6C2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.89%

 BLUE value IS 194 (76.17% from 255) = 42.08%

R = 8.03%
G = 49.89%
B = 42.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#25E6C2 (or 0x25E6C2) is known color: Turquoise. HEX triplet: 25, E6 and C2. RGB value is (37,230,194). Sum of RGB (Red+Green+Blue) = 37+230+194=461 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.03% from 461); Green value is 230 (90.23% from 255 or 49.89% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 230 - color contains mainly: green. Hex color #25E6C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25E6C2 is #DA193D. Grayscale: #A8A8A8. Windows color (decimal): -14293310 or 12772901. OLE color: 12772901.

HSL color Cylindrical-coordinate representation of color #25E6C2: hue angle of 168.81º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E6C2 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 37 230 194 -
CMYK 0.84 0 0.16 0.10
HSL 168.81º 0.79% 0.52% -
HSV(B) 168.81º 0.84% 0.9% -
XYZ 38.8 60.88 60.75 -
YUV 168.19 142.56 34.43 -
System Red Green Blue C M Y K H S L
Decimal 37 230 194 0.84 0 0.16 0.10 168.81 0.79 0.52
Hex 25 E6 C2 54 0 10 A A9 4F 34
Octal 45 346 302 124 0 20 12 251 117 64
Binary 100101 11100110 11000010 1010100 0 10000 1010 10101001 1001111 110100

Color Harmonies of #25E6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E6C2

Black with #25E6C2

Text Example


Text Example

White with #25E6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,230,194); }

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

background-color css

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

 a { background-color: rgb(37,230,194); }

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

border-color css

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

 span { border-color: rgb(37,230,194); }

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