Html Css Color HEX #2BC4CC Medium Turquoise

📋 copy color: '#2BC4CC'

red 43 ◦ green 196 ◦ blue 204

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

Shades of Medium Turquoise #2BC4CC

Tints of Medium Turquoise #2BC4CC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.24%

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

R = 9.71%
G = 44.24%
B = 46.05%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2BC4CC (or 0x2BC4CC) is known color: Medium Turquoise. HEX triplet: 2B, C4 and CC. RGB value is (43,196,204). Sum of RGB (Red+Green+Blue) = 43+196+204=443 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.71% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #2BC4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC4CC is #D43B33. Grayscale: #969696. Windows color (decimal): -13908788 or 13419563. OLE color: 13419563.

HSL color Cylindrical-coordinate representation of color #2BC4CC: hue angle of 182.98º 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 #2BC4CC is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 43 196 204 -
CMYK 0.79 0.04 0 0.2
HSL 182.98º 0.65% 0.48% -
HSV(B) 182.98º 0.79% 0.8% -
XYZ 31.64 44.35 64.02 -
YUV 151.17 157.81 50.85 -
System Red Green Blue C M Y K H S L
Decimal 43 196 204 0.79 0.04 0 0.2 182.98 0.65 0.48
Hex 2B C4 CC 4F 4 0 14 B7 41 30
Octal 53 304 314 117 4 0 24 267 101 60
Binary 101011 11000100 11001100 1001111 100 0 10100 10110111 1000001 110000

Color Harmonies of #2BC4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC4CC

Black with #2BC4CC

Text Example


Text Example

White with #2BC4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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