Html Css Color HEX #2BC3CC Medium Turquoise

📋 copy color: '#2BC3CC'

red 43 ◦ green 195 ◦ blue 204

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

Shades of Medium Turquoise #2BC3CC

Tints of Medium Turquoise #2BC3CC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.12%

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

R = 9.73%
G = 44.12%
B = 46.15%

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

#2BC3CC (or 0x2BC3CC) is known color: Medium Turquoise. HEX triplet: 2B, C3 and CC. RGB value is (43,195,204). Sum of RGB (Red+Green+Blue) = 43+195+204=442 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.73% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #2BC3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC3CC is #D43C33. Grayscale: #969696. Windows color (decimal): -13909044 or 13419307. OLE color: 13419307.

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

Color convert

RGB 43 195 204 -
CMYK 0.79 0.04 0 0.2
HSL 183.35º 0.65% 0.48% -
HSV(B) 183.35º 0.79% 0.8% -
XYZ 31.41 43.9 63.95 -
YUV 150.58 158.14 51.27 -
System Red Green Blue C M Y K H S L
Decimal 43 195 204 0.79 0.04 0 0.2 183.35 0.65 0.48
Hex 2B C3 CC 4F 4 0 14 B7 41 30
Octal 53 303 314 117 4 0 24 267 101 60
Binary 101011 11000011 11001100 1001111 100 0 10100 10110111 1000001 110000

Color Harmonies of #2BC3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC3CC

Black with #2BC3CC

Text Example


Text Example

White with #2BC3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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