Html Css Color HEX #31EBC2 Turquoise

📋 copy color: '#31EBC2'

red 49 ◦ green 235 ◦ blue 194

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

Shades of Turquoise #31EBC2

Tints of Turquoise #31EBC2

RGB

 RED value IS 49 (19.53% from 255) = 10.25%

 GREEN value IS 235 (92.19% from 255) = 49.16%

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

R = 10.25%
G = 49.16%
B = 40.59%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#31EBC2 (or 0x31EBC2) is known color: Turquoise. HEX triplet: 31, EB and C2. RGB value is (49,235,194). Sum of RGB (Red+Green+Blue) = 49+235+194=478 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.25% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #31EBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EBC2 is #CE143D. Grayscale: #AEAEAE. Windows color (decimal): -13505598 or 12774193. OLE color: 12774193.

HSL color Cylindrical-coordinate representation of color #31EBC2: hue angle of 166.77º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EBC2 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 235 194 -
CMYK 0.79 0 0.17 0.08
HSL 166.77º 0.82% 0.56% -
HSV(B) 166.77º 0.79% 0.92% -
XYZ 40.71 63.96 61.24 -
YUV 174.71 138.88 38.33 -
System Red Green Blue C M Y K H S L
Decimal 49 235 194 0.79 0 0.17 0.08 166.77 0.82 0.56
Hex 31 EB C2 4F 0 11 8 A7 52 38
Octal 61 353 302 117 0 21 10 247 122 70
Binary 110001 11101011 11000010 1001111 0 10001 1000 10100111 1010010 111000

Color Harmonies of #31EBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EBC2

Black with #31EBC2

Text Example


Text Example

White with #31EBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31EBC2; }

 p { color: rgb(49,235,194); }

 H1.HeaderClassName
 {
   color: #31EBC2;
 }
 .AnyTagClassName
 {
   color: #31EBC2;
 }
</style>

background-color css

<style>
 a { background-color: #31EBC2; }

 a { background-color: rgb(49,235,194); }

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

border-color css

<style>
 span { border-color: #31EBC2; }

 span { border-color: rgb(49,235,194); }

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