Html Css Color HEX #31EECB Turquoise

📋 copy color: '#31EECB'

red 49 ◦ green 238 ◦ blue 203

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

Shades of Turquoise #31EECB

Tints of Turquoise #31EECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.43%

R = 10%
G = 48.57%
B = 41.43%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#31EECB (or 0x31EECB) is known color: Turquoise. HEX triplet: 31, EE and CB. RGB value is (49,238,203). Sum of RGB (Red+Green+Blue) = 49+238+203=490 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #31EECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EECB is #CE1134. Grayscale: #B1B1B1. Windows color (decimal): -13504821 or 13364785. OLE color: 13364785.

HSL color Cylindrical-coordinate representation of color #31EECB: hue angle of 168.89º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EECB is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 238 203 -
CMYK 0.79 0 0.15 0.07
HSL 168.89º 0.85% 0.56% -
HSV(B) 168.89º 0.79% 0.93% -
XYZ 42.62 66.11 67.01 -
YUV 177.5 142.38 36.35 -
System Red Green Blue C M Y K H S L
Decimal 49 238 203 0.79 0 0.15 0.07 168.89 0.85 0.56
Hex 31 EE CB 4F 0 F 7 A9 55 38
Octal 61 356 313 117 0 17 7 251 125 70
Binary 110001 11101110 11001011 1001111 0 1111 111 10101001 1010101 111000

Color Harmonies of #31EECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EECB

Black with #31EECB

Text Example


Text Example

White with #31EECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,238,203); }

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

background-color css

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

 a { background-color: rgb(49,238,203); }

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

border-color css

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

 span { border-color: rgb(49,238,203); }

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