Html Css Color HEX #2BEFD7 Turquoise

📋 copy color: '#2BEFD7'

red 43 ◦ green 239 ◦ blue 215

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

Shades of Turquoise #2BEFD7

Tints of Turquoise #2BEFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.26%

R = 8.65%
G = 48.09%
B = 43.26%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#2BEFD7 (or 0x2BEFD7) is known color: Turquoise. HEX triplet: 2B, EF and D7. RGB value is (43,239,215). Sum of RGB (Red+Green+Blue) = 43+239+215=497 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.65% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEFD7 is #D41028. Grayscale: #B1B1B1. Windows color (decimal): -13897769 or 14151467. OLE color: 14151467.

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

Color convert

RGB 43 239 215 -
CMYK 0.82 0 0.10 0.06
HSL 172.65º 0.86% 0.55% -
HSV(B) 172.65º 0.82% 0.94% -
XYZ 44.13 67.15 74.93 -
YUV 177.66 149.07 31.95 -
System Red Green Blue C M Y K H S L
Decimal 43 239 215 0.82 0 0.10 0.06 172.65 0.86 0.55
Hex 2B EF D7 52 0 A 6 AD 56 37
Octal 53 357 327 122 0 12 6 255 126 67
Binary 101011 11101111 11010111 1010010 0 1010 110 10101101 1010110 110111

Color Harmonies of #2BEFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEFD7

Black with #2BEFD7

Text Example


Text Example

White with #2BEFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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