Html Css Color HEX #2BDCCE Turquoise

📋 copy color: '#2BDCCE'

red 43 ◦ green 220 ◦ blue 206

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

Shades of Turquoise #2BDCCE

Tints of Turquoise #2BDCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.91%

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 9.17%
G = 46.91%
B = 43.92%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#2BDCCE (or 0x2BDCCE) is known color: Turquoise. HEX triplet: 2B, DC and CE. RGB value is (43,220,206). Sum of RGB (Red+Green+Blue) = 43+220+206=469 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.17% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDCCE is #D42331. Grayscale: #A5A5A5. Windows color (decimal): -13902642 or 13556779. OLE color: 13556779.

HSL color Cylindrical-coordinate representation of color #2BDCCE: hue angle of 175.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDCCE is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 220 206 -
CMYK 0.80 0 0.06 0.14
HSL 175.25º 0.72% 0.52% -
HSV(B) 175.25º 0.8% 0.86% -
XYZ 37.73 56.16 67.24 -
YUV 165.48 150.86 40.64 -
System Red Green Blue C M Y K H S L
Decimal 43 220 206 0.80 0 0.06 0.14 175.25 0.72 0.52
Hex 2B DC CE 50 0 6 E AF 48 34
Octal 53 334 316 120 0 6 16 257 110 64
Binary 101011 11011100 11001110 1010000 0 110 1110 10101111 1001000 110100

Color Harmonies of #2BDCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDCCE

Black with #2BDCCE

Text Example


Text Example

White with #2BDCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,220,206); }

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

background-color css

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

 a { background-color: rgb(43,220,206); }

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

border-color css

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

 span { border-color: rgb(43,220,206); }

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