Html Css Color HEX #31EACC Turquoise

📋 copy color: '#31EACC'

red 49 ◦ green 234 ◦ blue 204

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

Shades of Turquoise #31EACC

Tints of Turquoise #31EACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 10.06%
G = 48.05%
B = 41.89%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#31EACC (or 0x31EACC) is known color: Turquoise. HEX triplet: 31, EA and CC. RGB value is (49,234,204). Sum of RGB (Red+Green+Blue) = 49+234+204=487 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.06% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #31EACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EACC is #CE1533. Grayscale: #AFAFAF. Windows color (decimal): -13505844 or 13429297. OLE color: 13429297.

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

Color convert

RGB 49 234 204 -
CMYK 0.79 0 0.13 0.08
HSL 170.27º 0.81% 0.55% -
HSV(B) 170.27º 0.79% 0.92% -
XYZ 41.59 63.86 67.26 -
YUV 175.27 144.21 37.94 -
System Red Green Blue C M Y K H S L
Decimal 49 234 204 0.79 0 0.13 0.08 170.27 0.81 0.55
Hex 31 EA CC 4F 0 D 8 AA 51 37
Octal 61 352 314 117 0 15 10 252 121 67
Binary 110001 11101010 11001100 1001111 0 1101 1000 10101010 1010001 110111

Color Harmonies of #31EACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EACC

Black with #31EACC

Text Example


Text Example

White with #31EACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,234,204); }

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

background-color css

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

 a { background-color: rgb(49,234,204); }

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

border-color css

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

 span { border-color: rgb(49,234,204); }

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