Html Css Color HEX #2BCDCC Medium Turquoise

📋 copy color: '#2BCDCC'

red 43 ◦ green 205 ◦ blue 204

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

Shades of Medium Turquoise #2BCDCC

Tints of Medium Turquoise #2BCDCC

RGB

 RED value IS 43 (17.19% from 255) = 9.51%

 GREEN value IS 205 (80.47% from 255) = 45.35%

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

R = 9.51%
G = 45.35%
B = 45.13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#2BCDCC (or 0x2BCDCC) is known color: Medium Turquoise. HEX triplet: 2B, CD and CC. RGB value is (43,205,204). Sum of RGB (Red+Green+Blue) = 43+205+204=452 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.51% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCDCC is #D43233. Grayscale: #9C9C9C. Windows color (decimal): -13906484 or 13421867. OLE color: 13421867.

HSL color Cylindrical-coordinate representation of color #2BCDCC: hue angle of 179.63º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCDCC is Cyan = 0.79, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 205 204 -
CMYK 0.79 0 0.00 0.20
HSL 179.63º 0.65% 0.49% -
HSV(B) 179.63º 0.79% 0.8% -
XYZ 33.73 48.54 64.72 -
YUV 156.45 154.83 47.08 -
System Red Green Blue C M Y K H S L
Decimal 43 205 204 0.79 0 0.00 0.20 179.63 0.65 0.49
Hex 2B CD CC 4F 0 0 14 B4 41 31
Octal 53 315 314 117 0 0 24 264 101 61
Binary 101011 11001101 11001100 1001111 0 0 10100 10110100 1000001 110001

Color Harmonies of #2BCDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCDCC

Black with #2BCDCC

Text Example


Text Example

White with #2BCDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,205,204); }

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

background-color css

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

 a { background-color: rgb(43,205,204); }

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

border-color css

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

 span { border-color: rgb(43,205,204); }

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