Html Css Color HEX #2BDAD6 Turquoise

📋 copy color: '#2BDAD6'

red 43 ◦ green 218 ◦ blue 214

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

Shades of Turquoise #2BDAD6

Tints of Turquoise #2BDAD6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.89%

 BLUE value IS 214 (83.98% from 255) = 45.05%

R = 9.05%
G = 45.89%
B = 45.05%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#2BDAD6 (or 0x2BDAD6) is known color: Turquoise. HEX triplet: 2B, DA and D6. RGB value is (43,218,214). Sum of RGB (Red+Green+Blue) = 43+218+214=475 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.05% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDAD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDAD6 is #D42529. Grayscale: #A5A5A5. Windows color (decimal): -13903146 or 14080555. OLE color: 14080555.

HSL color Cylindrical-coordinate representation of color #2BDAD6: hue angle of 178.63º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDAD6 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 218 214 -
CMYK 0.80 0 0.02 0.15
HSL 178.63º 0.7% 0.51% -
HSV(B) 178.63º 0.8% 0.85% -
XYZ 38.21 55.51 72.32 -
YUV 165.22 155.52 40.83 -
System Red Green Blue C M Y K H S L
Decimal 43 218 214 0.80 0 0.02 0.15 178.63 0.7 0.51
Hex 2B DA D6 50 0 2 F B3 46 33
Octal 53 332 326 120 0 2 17 263 106 63
Binary 101011 11011010 11010110 1010000 0 10 1111 10110011 1000110 110011

Color Harmonies of #2BDAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDAD6

Black with #2BDAD6

Text Example


Text Example

White with #2BDAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,218,214); }

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

background-color css

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

 a { background-color: rgb(43,218,214); }

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

border-color css

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

 span { border-color: rgb(43,218,214); }

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