Html Css Color HEX #2BD4DB Turquoise

📋 copy color: '#2BD4DB'

red 43 ◦ green 212 ◦ blue 219

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

Shades of Turquoise #2BD4DB

Tints of Turquoise #2BD4DB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.73%

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

R = 9.07%
G = 44.73%
B = 46.2%

CMYK

 C value IS 0.80

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2BD4DB (or 0x2BD4DB) is known color: Turquoise. HEX triplet: 2B, D4 and DB. RGB value is (43,212,219). Sum of RGB (Red+Green+Blue) = 43+212+219=474 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.07% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BD4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD4DB is #D42B24. Grayscale: #A2A2A2. Windows color (decimal): -13904677 or 14406699. OLE color: 14406699.

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

Color convert

RGB 43 212 219 -
CMYK 0.80 0.03 0 0.14
HSL 182.39º 0.71% 0.51% -
HSV(B) 182.39º 0.8% 0.86% -
XYZ 37.33 52.72 75.23 -
YUV 162.27 160.01 42.93 -
System Red Green Blue C M Y K H S L
Decimal 43 212 219 0.80 0.03 0 0.14 182.39 0.71 0.51
Hex 2B D4 DB 50 3 0 E B6 47 33
Octal 53 324 333 120 3 0 16 266 107 63
Binary 101011 11010100 11011011 1010000 11 0 1110 10110110 1000111 110011

Color Harmonies of #2BD4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD4DB

Black with #2BD4DB

Text Example


Text Example

White with #2BD4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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