Html Css Color HEX #2BD6E0 Turquoise

📋 copy color: '#2BD6E0'

red 43 ◦ green 214 ◦ blue 224

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

Shades of Turquoise #2BD6E0

Tints of Turquoise #2BD6E0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.49%

 BLUE value IS 224 (87.89% from 255) = 46.57%

R = 8.94%
G = 44.49%
B = 46.57%

CMYK

 C value IS 0.81

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2BD6E0 (or 0x2BD6E0) is known color: Turquoise. HEX triplet: 2B, D6 and E0. RGB value is (43,214,224). Sum of RGB (Red+Green+Blue) = 43+214+224=481 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.94% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #2BD6E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD6E0 is #D4291F. Grayscale: #A3A3A3. Windows color (decimal): -13904160 or 14734891. OLE color: 14734891.

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

Color convert

RGB 43 214 224 -
CMYK 0.81 0.04 0 0.12
HSL 183.31º 0.74% 0.52% -
HSV(B) 183.31º 0.81% 0.88% -
XYZ 38.5 53.99 78.91 -
YUV 164.01 161.85 41.69 -
System Red Green Blue C M Y K H S L
Decimal 43 214 224 0.81 0.04 0 0.12 183.31 0.74 0.52
Hex 2B D6 E0 51 4 0 C B7 4A 34
Octal 53 326 340 121 4 0 14 267 112 64
Binary 101011 11010110 11100000 1010001 100 0 1100 10110111 1001010 110100

Color Harmonies of #2BD6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD6E0

Black with #2BD6E0

Text Example


Text Example

White with #2BD6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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