Html Css Color HEX #2BCACD Medium Turquoise

📋 copy color: '#2BCACD'

red 43 ◦ green 202 ◦ blue 205

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

Shades of Medium Turquoise #2BCACD

Tints of Medium Turquoise #2BCACD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.89%

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 9.56%
G = 44.89%
B = 45.56%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2BCACD (or 0x2BCACD) is known color: Medium Turquoise. HEX triplet: 2B, CA and CD. RGB value is (43,202,205). Sum of RGB (Red+Green+Blue) = 43+202+205=450 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.56% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #2BCACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCACD is #D43532. Grayscale: #9A9A9A. Windows color (decimal): -13907251 or 13486635. OLE color: 13486635.

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

Color convert

RGB 43 202 205 -
CMYK 0.79 0.01 0 0.20
HSL 181.11º 0.65% 0.49% -
HSV(B) 181.11º 0.79% 0.8% -
XYZ 33.14 47.16 65.11 -
YUV 154.8 156.32 48.26 -
System Red Green Blue C M Y K H S L
Decimal 43 202 205 0.79 0.01 0 0.20 181.11 0.65 0.49
Hex 2B CA CD 4F 1 0 14 B5 41 31
Octal 53 312 315 117 1 0 24 265 101 61
Binary 101011 11001010 11001101 1001111 1 0 10100 10110101 1000001 110001

Color Harmonies of #2BCACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCACD

Black with #2BCACD

Text Example


Text Example

White with #2BCACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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