Html Css Color HEX #2BEFDB Turquoise

📋 copy color: '#2BEFDB'

red 43 ◦ green 239 ◦ blue 219

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

Shades of Turquoise #2BEFDB

Tints of Turquoise #2BEFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 8.58%
G = 47.7%
B = 43.71%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#2BEFDB (or 0x2BEFDB) is known color: Turquoise. HEX triplet: 2B, EF and DB. RGB value is (43,239,219). Sum of RGB (Red+Green+Blue) = 43+239+219=501 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.58% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEFDB is #D41024. Grayscale: #B2B2B2. Windows color (decimal): -13897765 or 14413611. OLE color: 14413611.

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

Color convert

RGB 43 239 219 -
CMYK 0.82 0 0.08 0.06
HSL 173.88º 0.86% 0.55% -
HSV(B) 173.88º 0.82% 0.94% -
XYZ 44.65 67.36 77.67 -
YUV 178.12 151.07 31.63 -
System Red Green Blue C M Y K H S L
Decimal 43 239 219 0.82 0 0.08 0.06 173.88 0.86 0.55
Hex 2B EF DB 52 0 8 6 AE 56 37
Octal 53 357 333 122 0 10 6 256 126 67
Binary 101011 11101111 11011011 1010010 0 1000 110 10101110 1010110 110111

Color Harmonies of #2BEFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEFDB

Black with #2BEFDB

Text Example


Text Example

White with #2BEFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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