Html Css Color HEX #31CBCC Medium Turquoise

📋 copy color: '#31CBCC'

red 49 ◦ green 203 ◦ blue 204

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

Shades of Medium Turquoise #31CBCC

Tints of Medium Turquoise #31CBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 10.75%
G = 44.52%
B = 44.74%

CMYK

 C value IS 0.76

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#31CBCC (or 0x31CBCC) is known color: Medium Turquoise. HEX triplet: 31, CB and CC. RGB value is (49,203,204). Sum of RGB (Red+Green+Blue) = 49+203+204=456 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.75% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #31CBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CBCC is #CE3433. Grayscale: #9C9C9C. Windows color (decimal): -13513780 or 13421361. OLE color: 13421361.

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

Color convert

RGB 49 203 204 -
CMYK 0.76 0.00 0 0.2
HSL 180.39º 0.61% 0.5% -
HSV(B) 180.39º 0.76% 0.8% -
XYZ 33.52 47.72 64.57 -
YUV 157.07 154.48 50.92 -
System Red Green Blue C M Y K H S L
Decimal 49 203 204 0.76 0.00 0 0.2 180.39 0.61 0.5
Hex 31 CB CC 4C 0 0 14 B4 3D 32
Octal 61 313 314 114 0 0 24 264 75 62
Binary 110001 11001011 11001100 1001100 0 0 10100 10110100 111101 110010

Color Harmonies of #31CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CBCC

Black with #31CBCC

Text Example


Text Example

White with #31CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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