Html Css Color HEX #2BEFDA Turquoise

📋 copy color: '#2BEFDA'

red 43 ◦ green 239 ◦ blue 218

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

Shades of Turquoise #2BEFDA

Tints of Turquoise #2BEFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 8.6%
G = 47.8%
B = 43.6%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#2BEFDA (or 0x2BEFDA) is known color: Turquoise. HEX triplet: 2B, EF and DA. RGB value is (43,239,218). Sum of RGB (Red+Green+Blue) = 43+239+218=500 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.6% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEFDA is #D41025. Grayscale: #B1B1B1. Windows color (decimal): -13897766 or 14348075. OLE color: 14348075.

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

Color convert

RGB 43 239 218 -
CMYK 0.82 0 0.09 0.06
HSL 173.57º 0.86% 0.55% -
HSV(B) 173.57º 0.82% 0.94% -
XYZ 44.52 67.31 76.98 -
YUV 178 150.57 31.71 -
System Red Green Blue C M Y K H S L
Decimal 43 239 218 0.82 0 0.09 0.06 173.57 0.86 0.55
Hex 2B EF DA 52 0 9 6 AE 56 37
Octal 53 357 332 122 0 11 6 256 126 67
Binary 101011 11101111 11011010 1010010 0 1001 110 10101110 1010110 110111

Color Harmonies of #2BEFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEFDA

Black with #2BEFDA

Text Example


Text Example

White with #2BEFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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