Html Css Color HEX #2BDDDB Turquoise

📋 copy color: '#2BDDDB'

red 43 ◦ green 221 ◦ blue 219

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

Shades of Turquoise #2BDDDB

Tints of Turquoise #2BDDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.76%

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 8.9%
G = 45.76%
B = 45.34%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#2BDDDB (or 0x2BDDDB) is known color: Turquoise. HEX triplet: 2B, DD and DB. RGB value is (43,221,219). Sum of RGB (Red+Green+Blue) = 43+221+219=483 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.90% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #2BDDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDDDB is #D42224. Grayscale: #A7A7A7. Windows color (decimal): -13902373 or 14409003. OLE color: 14409003.

HSL color Cylindrical-coordinate representation of color #2BDDDB: hue angle of 179.33º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDDDB is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 221 219 -
CMYK 0.81 0 0.01 0.13
HSL 179.33º 0.72% 0.52% -
HSV(B) 179.33º 0.81% 0.87% -
XYZ 39.64 57.34 76 -
YUV 167.55 157.03 39.16 -
System Red Green Blue C M Y K H S L
Decimal 43 221 219 0.81 0 0.01 0.13 179.33 0.72 0.52
Hex 2B DD DB 51 0 1 D B3 48 34
Octal 53 335 333 121 0 1 15 263 110 64
Binary 101011 11011101 11011011 1010001 0 1 1101 10110011 1001000 110100

Color Harmonies of #2BDDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDDDB

Black with #2BDDDB

Text Example


Text Example

White with #2BDDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,221,219); }

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

background-color css

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

 a { background-color: rgb(43,221,219); }

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

border-color css

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

 span { border-color: rgb(43,221,219); }

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