Html Css Color HEX #2BEBDB Turquoise

📋 copy color: '#2BEBDB'

red 43 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #2BEBDB

Tints of Turquoise #2BEBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.28%

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

R = 8.65%
G = 47.28%
B = 44.06%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#2BEBDB (or 0x2BEBDB) is known color: Turquoise. HEX triplet: 2B, EB and DB. RGB value is (43,235,219). Sum of RGB (Red+Green+Blue) = 43+235+219=497 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.65% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEBDB is #D41424. Grayscale: #AFAFAF. Windows color (decimal): -13898789 or 14412587. OLE color: 14412587.

HSL color Cylindrical-coordinate representation of color #2BEBDB: hue angle of 175º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEBDB is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 235 219 -
CMYK 0.82 0 0.07 0.08
HSL 175º 0.83% 0.55% -
HSV(B) 175º 0.82% 0.92% -
XYZ 43.49 65.04 77.28 -
YUV 175.77 152.39 33.3 -
System Red Green Blue C M Y K H S L
Decimal 43 235 219 0.82 0 0.07 0.08 175 0.83 0.55
Hex 2B EB DB 52 0 7 8 AF 53 37
Octal 53 353 333 122 0 7 10 257 123 67
Binary 101011 11101011 11011011 1010010 0 111 1000 10101111 1010011 110111

Color Harmonies of #2BEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEBDB

Black with #2BEBDB

Text Example


Text Example

White with #2BEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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