Html Css Color HEX #2BC9CC Medium Turquoise

📋 copy color: '#2BC9CC'

red 43 ◦ green 201 ◦ blue 204

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

Shades of Medium Turquoise #2BC9CC

Tints of Medium Turquoise #2BC9CC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.87%

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

R = 9.6%
G = 44.87%
B = 45.54%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2BC9CC (or 0x2BC9CC) is known color: Medium Turquoise. HEX triplet: 2B, C9 and CC. RGB value is (43,201,204). Sum of RGB (Red+Green+Blue) = 43+201+204=448 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.60% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #2BC9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC9CC is #D43633. Grayscale: #999999. Windows color (decimal): -13907508 or 13420843. OLE color: 13420843.

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

Color convert

RGB 43 201 204 -
CMYK 0.79 0.01 0 0.2
HSL 181.12º 0.65% 0.48% -
HSV(B) 181.12º 0.79% 0.8% -
XYZ 32.78 46.65 64.4 -
YUV 154.1 156.15 48.76 -
System Red Green Blue C M Y K H S L
Decimal 43 201 204 0.79 0.01 0 0.2 181.12 0.65 0.48
Hex 2B C9 CC 4F 1 0 14 B5 41 30
Octal 53 311 314 117 1 0 24 265 101 60
Binary 101011 11001001 11001100 1001111 1 0 10100 10110101 1000001 110000

Color Harmonies of #2BC9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC9CC

Black with #2BC9CC

Text Example


Text Example

White with #2BC9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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