Html Css Color HEX #2BEBBE Turquoise

📋 copy color: '#2BEBBE'

red 43 ◦ green 235 ◦ blue 190

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

Shades of Turquoise #2BEBBE

Tints of Turquoise #2BEBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 9.19%
G = 50.21%
B = 40.6%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#2BEBBE (or 0x2BEBBE) is known color: Turquoise. HEX triplet: 2B, EB and BE. RGB value is (43,235,190). Sum of RGB (Red+Green+Blue) = 43+235+190=468 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.19% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEBBE is #D41441. Grayscale: #ACACAC. Windows color (decimal): -13898818 or 12512043. OLE color: 12512043.

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

Color convert

RGB 43 235 190 -
CMYK 0.82 0 0.19 0.08
HSL 165.94º 0.83% 0.55% -
HSV(B) 165.94º 0.82% 0.92% -
XYZ 40 63.65 58.89 -
YUV 172.46 137.89 35.66 -
System Red Green Blue C M Y K H S L
Decimal 43 235 190 0.82 0 0.19 0.08 165.94 0.83 0.55
Hex 2B EB BE 52 0 13 8 A6 53 37
Octal 53 353 276 122 0 23 10 246 123 67
Binary 101011 11101011 10111110 1010010 0 10011 1000 10100110 1010011 110111

Color Harmonies of #2BEBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEBBE

Black with #2BEBBE

Text Example


Text Example

White with #2BEBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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