Html Css Color HEX #2BEEC4 Turquoise

📋 copy color: '#2BEEC4'

red 43 ◦ green 238 ◦ blue 196

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

Shades of Turquoise #2BEEC4

Tints of Turquoise #2BEEC4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.9%

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

R = 9.01%
G = 49.9%
B = 41.09%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#2BEEC4 (or 0x2BEEC4) is known color: Turquoise. HEX triplet: 2B, EE and C4. RGB value is (43,238,196). Sum of RGB (Red+Green+Blue) = 43+238+196=477 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.01% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEEC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEEC4 is #D4113B. Grayscale: #AEAEAE. Windows color (decimal): -13898044 or 12906027. OLE color: 12906027.

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

Color convert

RGB 43 238 196 -
CMYK 0.82 0 0.18 0.07
HSL 167.08º 0.85% 0.55% -
HSV(B) 167.08º 0.82% 0.93% -
XYZ 41.53 65.65 62.71 -
YUV 174.91 139.9 33.92 -
System Red Green Blue C M Y K H S L
Decimal 43 238 196 0.82 0 0.18 0.07 167.08 0.85 0.55
Hex 2B EE C4 52 0 12 7 A7 55 37
Octal 53 356 304 122 0 22 7 247 125 67
Binary 101011 11101110 11000100 1010010 0 10010 111 10100111 1010101 110111

Color Harmonies of #2BEEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEEC4

Black with #2BEEC4

Text Example


Text Example

White with #2BEEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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