Html Css Color HEX #25EED4 Turquoise

📋 copy color: '#25EED4'

red 37 ◦ green 238 ◦ blue 212

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

Shades of Turquoise #25EED4

Tints of Turquoise #25EED4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.87%

 BLUE value IS 212 (83.2% from 255) = 43.53%

R = 7.6%
G = 48.87%
B = 43.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#25EED4 (or 0x25EED4) is known color: Turquoise. HEX triplet: 25, EE and D4. RGB value is (37,238,212). Sum of RGB (Red+Green+Blue) = 37+238+212=487 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.60% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #25EED4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EED4 is #DA112B. Grayscale: #AEAEAE. Windows color (decimal): -14291244 or 13954597. OLE color: 13954597.

HSL color Cylindrical-coordinate representation of color #25EED4: hue angle of 172.24º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EED4 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 238 212 -
CMYK 0.84 0 0.11 0.07
HSL 172.24º 0.86% 0.54% -
HSV(B) 172.24º 0.84% 0.93% -
XYZ 43.22 66.3 72.81 -
YUV 174.94 148.91 29.61 -
System Red Green Blue C M Y K H S L
Decimal 37 238 212 0.84 0 0.11 0.07 172.24 0.86 0.54
Hex 25 EE D4 54 0 B 7 AC 56 36
Octal 45 356 324 124 0 13 7 254 126 66
Binary 100101 11101110 11010100 1010100 0 1011 111 10101100 1010110 110110

Color Harmonies of #25EED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EED4

Black with #25EED4

Text Example


Text Example

White with #25EED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,238,212); }

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

background-color css

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

 a { background-color: rgb(37,238,212); }

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

border-color css

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

 span { border-color: rgb(37,238,212); }

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