Html Css Color HEX #2BEFBD Turquoise

📋 copy color: '#2BEFBD'

red 43 ◦ green 239 ◦ blue 189

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

Shades of Turquoise #2BEFBD

Tints of Turquoise #2BEFBD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.74%

 BLUE value IS 189 (74.22% from 255) = 40.13%

R = 9.13%
G = 50.74%
B = 40.13%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#2BEFBD (or 0x2BEFBD) is known color: Turquoise. HEX triplet: 2B, EF and BD. RGB value is (43,239,189). Sum of RGB (Red+Green+Blue) = 43+239+189=471 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.13% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEFBD is #D41042. Grayscale: #AEAEAE. Windows color (decimal): -13897795 or 12447531. OLE color: 12447531.

HSL color Cylindrical-coordinate representation of color #2BEFBD: hue angle of 164.69º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEFBD is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 239 189 -
CMYK 0.82 0 0.21 0.06
HSL 164.69º 0.86% 0.55% -
HSV(B) 164.69º 0.82% 0.94% -
XYZ 41.05 65.92 58.7 -
YUV 174.7 136.07 34.07 -
System Red Green Blue C M Y K H S L
Decimal 43 239 189 0.82 0 0.21 0.06 164.69 0.86 0.55
Hex 2B EF BD 52 0 15 6 A5 56 37
Octal 53 357 275 122 0 25 6 245 126 67
Binary 101011 11101111 10111101 1010010 0 10101 110 10100101 1010110 110111

Color Harmonies of #2BEFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEFBD

Black with #2BEFBD

Text Example


Text Example

White with #2BEFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,239,189); }

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

background-color css

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

 a { background-color: rgb(43,239,189); }

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

border-color css

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

 span { border-color: rgb(43,239,189); }

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