Html Css Color HEX #2BDCD5 Turquoise

📋 copy color: '#2BDCD5'

red 43 ◦ green 220 ◦ blue 213

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

Shades of Turquoise #2BDCD5

Tints of Turquoise #2BDCD5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.22%

 BLUE value IS 213 (83.59% from 255) = 44.75%

R = 9.03%
G = 46.22%
B = 44.75%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#2BDCD5 (or 0x2BDCD5) is known color: Turquoise. HEX triplet: 2B, DC and D5. RGB value is (43,220,213). Sum of RGB (Red+Green+Blue) = 43+220+213=476 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.03% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDCD5 is #D4232A. Grayscale: #A6A6A6. Windows color (decimal): -13902635 or 14015531. OLE color: 14015531.

HSL color Cylindrical-coordinate representation of color #2BDCD5: hue angle of 177.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDCD5 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 220 213 -
CMYK 0.80 0 0.03 0.14
HSL 177.63º 0.72% 0.52% -
HSV(B) 177.63º 0.8% 0.86% -
XYZ 38.6 56.5 71.82 -
YUV 166.28 154.36 40.07 -
System Red Green Blue C M Y K H S L
Decimal 43 220 213 0.80 0 0.03 0.14 177.63 0.72 0.52
Hex 2B DC D5 50 0 3 E B2 48 34
Octal 53 334 325 120 0 3 16 262 110 64
Binary 101011 11011100 11010101 1010000 0 11 1110 10110010 1001000 110100

Color Harmonies of #2BDCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDCD5

Black with #2BDCD5

Text Example


Text Example

White with #2BDCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,220,213); }

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

background-color css

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

 a { background-color: rgb(43,220,213); }

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

border-color css

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

 span { border-color: rgb(43,220,213); }

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