Html Css Color HEX #2BCCD1 Medium Turquoise

📋 copy color: '#2BCCD1'

red 43 ◦ green 204 ◦ blue 209

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

Shades of Medium Turquoise #2BCCD1

Tints of Medium Turquoise #2BCCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.83%

R = 9.43%
G = 44.74%
B = 45.83%

CMYK

 C value IS 0.79

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2BCCD1 (or 0x2BCCD1) is known color: Medium Turquoise. HEX triplet: 2B, CC and D1. RGB value is (43,204,209). Sum of RGB (Red+Green+Blue) = 43+204+209=456 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.43% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 209 - color contains mainly: blue. Hex color #2BCCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCCD1 is #D4332E. Grayscale: #9C9C9C. Windows color (decimal): -13906735 or 13749291. OLE color: 13749291.

HSL color Cylindrical-coordinate representation of color #2BCCD1: hue angle of 181.81º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCCD1 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 204 209 -
CMYK 0.79 0.02 0 0.18
HSL 181.81º 0.66% 0.49% -
HSV(B) 181.81º 0.79% 0.82% -
XYZ 34.1 48.3 67.85 -
YUV 156.43 157.66 47.09 -
System Red Green Blue C M Y K H S L
Decimal 43 204 209 0.79 0.02 0 0.18 181.81 0.66 0.49
Hex 2B CC D1 4F 2 0 12 B6 42 31
Octal 53 314 321 117 2 0 22 266 102 61
Binary 101011 11001100 11010001 1001111 10 0 10010 10110110 1000010 110001

Color Harmonies of #2BCCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCCD1

Black with #2BCCD1

Text Example


Text Example

White with #2BCCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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