Html Css Color HEX #2BE0D9 Turquoise

📋 copy color: '#2BE0D9'

red 43 ◦ green 224 ◦ blue 217

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

Shades of Turquoise #2BE0D9

Tints of Turquoise #2BE0D9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.28%

 BLUE value IS 217 (85.16% from 255) = 44.83%

R = 8.88%
G = 46.28%
B = 44.83%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#2BE0D9 (or 0x2BE0D9) is known color: Turquoise. HEX triplet: 2B, E0 and D9. RGB value is (43,224,217). Sum of RGB (Red+Green+Blue) = 43+224+217=484 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.88% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE0D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE0D9 is #D41F26. Grayscale: #A8A8A8. Windows color (decimal): -13901607 or 14278699. OLE color: 14278699.

HSL color Cylindrical-coordinate representation of color #2BE0D9: hue angle of 177.68º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE0D9 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 43 224 217 -
CMYK 0.81 0 0.03 0.12
HSL 177.68º 0.74% 0.52% -
HSV(B) 177.68º 0.81% 0.88% -
XYZ 40.18 58.83 74.88 -
YUV 169.08 155.03 38.07 -
System Red Green Blue C M Y K H S L
Decimal 43 224 217 0.81 0 0.03 0.12 177.68 0.74 0.52
Hex 2B E0 D9 51 0 3 C B2 4A 34
Octal 53 340 331 121 0 3 14 262 112 64
Binary 101011 11100000 11011001 1010001 0 11 1100 10110010 1001010 110100

Color Harmonies of #2BE0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE0D9

Black with #2BE0D9

Text Example


Text Example

White with #2BE0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,224,217); }

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

background-color css

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

 a { background-color: rgb(43,224,217); }

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

border-color css

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

 span { border-color: rgb(43,224,217); }

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