Html Css Color HEX #2BD7DB Turquoise

📋 copy color: '#2BD7DB'

red 43 ◦ green 215 ◦ blue 219

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

Shades of Turquoise #2BD7DB

Tints of Turquoise #2BD7DB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.07%

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

R = 9.01%
G = 45.07%
B = 45.91%

CMYK

 C value IS 0.80

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2BD7DB (or 0x2BD7DB) is known color: Turquoise. HEX triplet: 2B, D7 and DB. RGB value is (43,215,219). Sum of RGB (Red+Green+Blue) = 43+215+219=477 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.01% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BD7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD7DB is #D42824. Grayscale: #A3A3A3. Windows color (decimal): -13903909 or 14407467. OLE color: 14407467.

HSL color Cylindrical-coordinate representation of color #2BD7DB: hue angle of 181.36º 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 #2BD7DB is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 215 219 -
CMYK 0.80 0.02 0 0.14
HSL 181.36º 0.71% 0.51% -
HSV(B) 181.36º 0.8% 0.86% -
XYZ 38.08 54.23 75.48 -
YUV 164.03 159.02 41.67 -
System Red Green Blue C M Y K H S L
Decimal 43 215 219 0.80 0.02 0 0.14 181.36 0.71 0.51
Hex 2B D7 DB 50 2 0 E B5 47 33
Octal 53 327 333 120 2 0 16 265 107 63
Binary 101011 11010111 11011011 1010000 10 0 1110 10110101 1000111 110011

Color Harmonies of #2BD7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD7DB

Black with #2BD7DB

Text Example


Text Example

White with #2BD7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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