Html Css Color HEX #31DEBC Turquoise

📋 copy color: '#31DEBC'

red 49 ◦ green 222 ◦ blue 188

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

Shades of Turquoise #31DEBC

Tints of Turquoise #31DEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.37%

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 10.68%
G = 48.37%
B = 40.96%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#31DEBC (or 0x31DEBC) is known color: Turquoise. HEX triplet: 31, DE and BC. RGB value is (49,222,188). Sum of RGB (Red+Green+Blue) = 49+222+188=459 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.68% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #31DEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DEBC is #CE2143. Grayscale: #A6A6A6. Windows color (decimal): -13508932 or 12377649. OLE color: 12377649.

HSL color Cylindrical-coordinate representation of color #31DEBC: hue angle of 168.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DEBC is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 222 188 -
CMYK 0.78 0 0.15 0.13
HSL 168.21º 0.72% 0.53% -
HSV(B) 168.21º 0.78% 0.87% -
XYZ 36.47 56.53 56.57 -
YUV 166.4 140.19 44.26 -
System Red Green Blue C M Y K H S L
Decimal 49 222 188 0.78 0 0.15 0.13 168.21 0.72 0.53
Hex 31 DE BC 4E 0 F D A8 48 35
Octal 61 336 274 116 0 17 15 250 110 65
Binary 110001 11011110 10111100 1001110 0 1111 1101 10101000 1001000 110101

Color Harmonies of #31DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DEBC

Black with #31DEBC

Text Example


Text Example

White with #31DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,222,188); }

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

background-color css

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

 a { background-color: rgb(49,222,188); }

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

border-color css

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

 span { border-color: rgb(49,222,188); }

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