Html Css Color HEX #2BEBDD Turquoise

📋 copy color: '#2BEBDD'

red 43 ◦ green 235 ◦ blue 221

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

Shades of Turquoise #2BEBDD

Tints of Turquoise #2BEBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 8.62%
G = 47.09%
B = 44.29%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#2BEBDD (or 0x2BEBDD) is known color: Turquoise. HEX triplet: 2B, EB and DD. RGB value is (43,235,221). Sum of RGB (Red+Green+Blue) = 43+235+221=499 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.62% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEBDD is #D41422. Grayscale: #AFAFAF. Windows color (decimal): -13898787 or 14543659. OLE color: 14543659.

HSL color Cylindrical-coordinate representation of color #2BEBDD: hue angle of 175.62º 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 #2BEBDD is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 235 221 -
CMYK 0.82 0 0.06 0.08
HSL 175.63º 0.83% 0.55% -
HSV(B) 175.63º 0.82% 0.92% -
XYZ 43.76 65.15 78.68 -
YUV 176 153.39 33.14 -
System Red Green Blue C M Y K H S L
Decimal 43 235 221 0.82 0 0.06 0.08 175.63 0.83 0.55
Hex 2B EB DD 52 0 6 8 B0 53 37
Octal 53 353 335 122 0 6 10 260 123 67
Binary 101011 11101011 11011101 1010010 0 110 1000 10110000 1010011 110111

Color Harmonies of #2BEBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEBDD

Black with #2BEBDD

Text Example


Text Example

White with #2BEBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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