Html Css Color HEX #31CBCB Medium Turquoise

📋 copy color: '#31CBCB'

red 49 ◦ green 203 ◦ blue 203

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

Shades of Medium Turquoise #31CBCB

Tints of Medium Turquoise #31CBCB

RGB

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

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

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

R = 10.77%
G = 44.62%
B = 44.62%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#31CBCB (or 0x31CBCB) is known color: Medium Turquoise. HEX triplet: 31, CB and CB. RGB value is (49,203,203). Sum of RGB (Red+Green+Blue) = 49+203+203=455 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.77% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #31CBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CBCB is #CE3434. Grayscale: #9C9C9C. Windows color (decimal): -13513781 or 13355825. OLE color: 13355825.

HSL color Cylindrical-coordinate representation of color #31CBCB: hue angle of 180º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CBCB is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 203 203 -
CMYK 0.76 0 0 0.20
HSL 180º 0.61% 0.49% -
HSV(B) 180º 0.76% 0.8% -
XYZ 33.4 47.68 63.94 -
YUV 156.95 153.98 51 -
System Red Green Blue C M Y K H S L
Decimal 49 203 203 0.76 0 0 0.20 180 0.61 0.49
Hex 31 CB CB 4C 0 0 14 B4 3D 31
Octal 61 313 313 114 0 0 24 264 75 61
Binary 110001 11001011 11001011 1001100 0 0 10100 10110100 111101 110001

Color Harmonies of #31CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CBCB

Black with #31CBCB

Text Example


Text Example

White with #31CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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