Html Css Color HEX #2CCBBC Medium Turquoise

📋 copy color: '#2CCBBC'

red 44 ◦ green 203 ◦ blue 188

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

Shades of Medium Turquoise #2CCBBC

Tints of Medium Turquoise #2CCBBC

RGB

 RED value IS 44 (17.58% from 255) = 10.11%

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

 BLUE value IS 188 (73.83% from 255) = 43.22%

R = 10.11%
G = 46.67%
B = 43.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#2CCBBC (or 0x2CCBBC) is known color: Medium Turquoise. HEX triplet: 2C, CB and BC. RGB value is (44,203,188). Sum of RGB (Red+Green+Blue) = 44+203+188=435 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.11% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCBBC is #D33443. Grayscale: #999999. Windows color (decimal): -13841476 or 12372780. OLE color: 12372780.

HSL color Cylindrical-coordinate representation of color #2CCBBC: hue angle of 174.34º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCBBC is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 44 203 188 -
CMYK 0.78 0 0.07 0.20
HSL 174.34º 0.64% 0.48% -
HSV(B) 174.34º 0.78% 0.8% -
XYZ 31.47 46.88 54.97 -
YUV 153.75 147.32 49.72 -
System Red Green Blue C M Y K H S L
Decimal 44 203 188 0.78 0 0.07 0.20 174.34 0.64 0.48
Hex 2C CB BC 4E 0 7 14 AE 40 30
Octal 54 313 274 116 0 7 24 256 100 60
Binary 101100 11001011 10111100 1001110 0 111 10100 10101110 1000000 110000

Color Harmonies of #2CCBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCBBC

Black with #2CCBBC

Text Example


Text Example

White with #2CCBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CCBBC; }

 p { color: rgb(44,203,188); }

 H1.HeaderClassName
 {
   color: #2CCBBC;
 }
 .AnyTagClassName
 {
   color: #2CCBBC;
 }
</style>

background-color css

<style>
 a { background-color: #2CCBBC; }

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

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

border-color css

<style>
 span { border-color: #2CCBBC; }

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

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