Html Css Color HEX #2BD7CB Turquoise

📋 copy color: '#2BD7CB'

red 43 ◦ green 215 ◦ blue 203

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

Shades of Turquoise #2BD7CB

Tints of Turquoise #2BD7CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 9.33%
G = 46.64%
B = 44.03%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#2BD7CB (or 0x2BD7CB) is known color: Turquoise. HEX triplet: 2B, D7 and CB. RGB value is (43,215,203). Sum of RGB (Red+Green+Blue) = 43+215+203=461 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.33% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD7CB is #D42834. Grayscale: #A2A2A2. Windows color (decimal): -13903925 or 13358891. OLE color: 13358891.

HSL color Cylindrical-coordinate representation of color #2BD7CB: hue angle of 175.81º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD7CB is Cyan = 0.8, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 215 203 -
CMYK 0.8 0 0.06 0.16
HSL 175.81º 0.68% 0.51% -
HSV(B) 175.81º 0.8% 0.84% -
XYZ 36.08 53.43 64.91 -
YUV 162.2 151.02 42.98 -
System Red Green Blue C M Y K H S L
Decimal 43 215 203 0.8 0 0.06 0.16 175.81 0.68 0.51
Hex 2B D7 CB 50 0 6 10 B0 44 33
Octal 53 327 313 120 0 6 20 260 104 63
Binary 101011 11010111 11001011 1010000 0 110 10000 10110000 1000100 110011

Color Harmonies of #2BD7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD7CB

Black with #2BD7CB

Text Example


Text Example

White with #2BD7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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