Html Css Color HEX #2BEFC4 Turquoise

📋 copy color: '#2BEFC4'

red 43 ◦ green 239 ◦ blue 196

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

Shades of Turquoise #2BEFC4

Tints of Turquoise #2BEFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41%

R = 9%
G = 50%
B = 41%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#2BEFC4 (or 0x2BEFC4) is known color: Turquoise. HEX triplet: 2B, EF and C4. RGB value is (43,239,196). Sum of RGB (Red+Green+Blue) = 43+239+196=478 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.00% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEFC4 is #D4103B. Grayscale: #AFAFAF. Windows color (decimal): -13897788 or 12906283. OLE color: 12906283.

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

Color convert

RGB 43 239 196 -
CMYK 0.82 0 0.18 0.06
HSL 166.84º 0.86% 0.55% -
HSV(B) 166.84º 0.82% 0.94% -
XYZ 41.83 66.23 62.8 -
YUV 175.49 139.57 33.5 -
System Red Green Blue C M Y K H S L
Decimal 43 239 196 0.82 0 0.18 0.06 166.84 0.86 0.55
Hex 2B EF C4 52 0 12 6 A7 56 37
Octal 53 357 304 122 0 22 6 247 126 67
Binary 101011 11101111 11000100 1010010 0 10010 110 10100111 1010110 110111

Color Harmonies of #2BEFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEFC4

Black with #2BEFC4

Text Example


Text Example

White with #2BEFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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