Html Css Color HEX #2CCBBD Medium Turquoise

📋 copy color: '#2CCBBD'

red 44 ◦ green 203 ◦ blue 189

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

Shades of Medium Turquoise #2CCBBD

Tints of Medium Turquoise #2CCBBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.35%

R = 10.09%
G = 46.56%
B = 43.35%

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

#2CCBBD (or 0x2CCBBD) is known color: Medium Turquoise. HEX triplet: 2C, CB and BD. RGB value is (44,203,189). Sum of RGB (Red+Green+Blue) = 44+203+189=436 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.09% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCBBD is #D33442. Grayscale: #999999. Windows color (decimal): -13841475 or 12438316. OLE color: 12438316.

HSL color Cylindrical-coordinate representation of color #2CCBBD: hue angle of 174.72º 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 #2CCBBD is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 44 203 189 -
CMYK 0.78 0 0.07 0.20
HSL 174.72º 0.64% 0.48% -
HSV(B) 174.72º 0.78% 0.8% -
XYZ 31.58 46.92 55.54 -
YUV 153.86 147.82 49.64 -
System Red Green Blue C M Y K H S L
Decimal 44 203 189 0.78 0 0.07 0.20 174.72 0.64 0.48
Hex 2C CB BD 4E 0 7 14 AF 40 30
Octal 54 313 275 116 0 7 24 257 100 60
Binary 101100 11001011 10111101 1001110 0 111 10100 10101111 1000000 110000

Color Harmonies of #2CCBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCBBD

Black with #2CCBBD

Text Example


Text Example

White with #2CCBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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