Html Css Color HEX #2BEBDA Turquoise

📋 copy color: '#2BEBDA'

red 43 ◦ green 235 ◦ blue 218

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

Shades of Turquoise #2BEBDA

Tints of Turquoise #2BEBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.38%

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

R = 8.67%
G = 47.38%
B = 43.95%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#2BEBDA (or 0x2BEBDA) is known color: Turquoise. HEX triplet: 2B, EB and DA. RGB value is (43,235,218). Sum of RGB (Red+Green+Blue) = 43+235+218=496 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.67% from 496); Green value is 235 (92.19% from 255 or 47.38% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEBDA is #D41425. Grayscale: #AFAFAF. Windows color (decimal): -13898790 or 14347051. OLE color: 14347051.

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

Color convert

RGB 43 235 218 -
CMYK 0.82 0 0.07 0.08
HSL 174.69º 0.83% 0.55% -
HSV(B) 174.69º 0.82% 0.92% -
XYZ 43.36 64.99 76.59 -
YUV 175.65 151.89 33.38 -
System Red Green Blue C M Y K H S L
Decimal 43 235 218 0.82 0 0.07 0.08 174.69 0.83 0.55
Hex 2B EB DA 52 0 7 8 AF 53 37
Octal 53 353 332 122 0 7 10 257 123 67
Binary 101011 11101011 11011010 1010010 0 111 1000 10101111 1010011 110111

Color Harmonies of #2BEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEBDA

Black with #2BEBDA

Text Example


Text Example

White with #2BEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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