Html Css Color HEX #31CBD7 Medium Turquoise

📋 copy color: '#31CBD7'

red 49 ◦ green 203 ◦ blue 215

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

Shades of Medium Turquoise #31CBD7

Tints of Medium Turquoise #31CBD7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.47%

 BLUE value IS 215 (84.38% from 255) = 46.04%

R = 10.49%
G = 43.47%
B = 46.04%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#31CBD7 (or 0x31CBD7) is known color: Medium Turquoise. HEX triplet: 31, CB and D7. RGB value is (49,203,215). Sum of RGB (Red+Green+Blue) = 49+203+215=467 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.49% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 215 - color contains mainly: blue. Hex color #31CBD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CBD7 is #CE3428. Grayscale: #9E9E9E. Windows color (decimal): -13513769 or 14142257. OLE color: 14142257.

HSL color Cylindrical-coordinate representation of color #31CBD7: hue angle of 184.34º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31CBD7 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 203 215 -
CMYK 0.77 0.06 0 0.16
HSL 184.34º 0.67% 0.52% -
HSV(B) 184.34º 0.77% 0.84% -
XYZ 34.89 48.27 71.77 -
YUV 158.32 159.98 50.02 -
System Red Green Blue C M Y K H S L
Decimal 49 203 215 0.77 0.06 0 0.16 184.34 0.67 0.52
Hex 31 CB D7 4D 6 0 10 B8 43 34
Octal 61 313 327 115 6 0 20 270 103 64
Binary 110001 11001011 11010111 1001101 110 0 10000 10111000 1000011 110100

Color Harmonies of #31CBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CBD7

Black with #31CBD7

Text Example


Text Example

White with #31CBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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