Html Css Color HEX #2BE0DF Turquoise

📋 copy color: '#2BE0DF'

red 43 ◦ green 224 ◦ blue 223

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

Shades of Turquoise #2BE0DF

Tints of Turquoise #2BE0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 8.78%
G = 45.71%
B = 45.51%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#2BE0DF (or 0x2BE0DF) is known color: Turquoise. HEX triplet: 2B, E0 and DF. RGB value is (43,224,223). Sum of RGB (Red+Green+Blue) = 43+224+223=490 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.78% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE0DF is #D41F20. Grayscale: #A9A9A9. Windows color (decimal): -13901601 or 14671915. OLE color: 14671915.

HSL color Cylindrical-coordinate representation of color #2BE0DF: hue angle of 179.67º 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 #2BE0DF is Cyan = 0.81, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 43 224 223 -
CMYK 0.81 0 0.00 0.12
HSL 179.67º 0.74% 0.52% -
HSV(B) 179.67º 0.81% 0.88% -
XYZ 40.97 59.15 79.07 -
YUV 169.77 158.03 37.58 -
System Red Green Blue C M Y K H S L
Decimal 43 224 223 0.81 0 0.00 0.12 179.67 0.74 0.52
Hex 2B E0 DF 51 0 0 C B4 4A 34
Octal 53 340 337 121 0 0 14 264 112 64
Binary 101011 11100000 11011111 1010001 0 0 1100 10110100 1001010 110100

Color Harmonies of #2BE0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE0DF

Black with #2BE0DF

Text Example


Text Example

White with #2BE0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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