Html Css Color HEX #31DCE6 Turquoise

📋 copy color: '#31DCE6'

red 49 ◦ green 220 ◦ blue 230

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

Shades of Turquoise #31DCE6

Tints of Turquoise #31DCE6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.09%

 BLUE value IS 230 (90.23% from 255) = 46.09%

R = 9.82%
G = 44.09%
B = 46.09%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#31DCE6 (or 0x31DCE6) is known color: Turquoise. HEX triplet: 31, DC and E6. RGB value is (49,220,230). Sum of RGB (Red+Green+Blue) = 49+220+230=499 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.82% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #31DCE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DCE6 is #CE2319. Grayscale: #A9A9A9. Windows color (decimal): -13509402 or 15129649. OLE color: 15129649.

HSL color Cylindrical-coordinate representation of color #31DCE6: hue angle of 183.31º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31DCE6 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 220 230 -
CMYK 0.79 0.04 0 0.10
HSL 183.31º 0.78% 0.55% -
HSV(B) 183.31º 0.79% 0.9% -
XYZ 41.14 57.55 83.8 -
YUV 170.01 161.85 41.69 -
System Red Green Blue C M Y K H S L
Decimal 49 220 230 0.79 0.04 0 0.10 183.31 0.78 0.55
Hex 31 DC E6 4F 4 0 A B7 4E 37
Octal 61 334 346 117 4 0 12 267 116 67
Binary 110001 11011100 11100110 1001111 100 0 1010 10110111 1001110 110111

Color Harmonies of #31DCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DCE6

Black with #31DCE6

Text Example


Text Example

White with #31DCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,220,230); }

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

background-color css

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

 a { background-color: rgb(49,220,230); }

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

border-color css

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

 span { border-color: rgb(49,220,230); }

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