Html Css Color HEX #33DCBA Turquoise

📋 copy color: '#33DCBA'

red 51 ◦ green 220 ◦ blue 186

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

Shades of Turquoise #33DCBA

Tints of Turquoise #33DCBA

RGB

 RED value IS 51 (20.31% from 255) = 11.16%

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

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 11.16%
G = 48.14%
B = 40.7%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#33DCBA (or 0x33DCBA) is known color: Turquoise. HEX triplet: 33, DC and BA. RGB value is (51,220,186). Sum of RGB (Red+Green+Blue) = 51+220+186=457 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.16% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #33DCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DCBA is #CC2345. Grayscale: #A5A5A5. Windows color (decimal): -13378374 or 12246067. OLE color: 12246067.

HSL color Cylindrical-coordinate representation of color #33DCBA: hue angle of 167.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DCBA is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 220 186 -
CMYK 0.77 0 0.15 0.14
HSL 167.93º 0.71% 0.53% -
HSV(B) 167.93º 0.77% 0.86% -
XYZ 35.82 55.44 55.27 -
YUV 165.59 139.51 46.26 -
System Red Green Blue C M Y K H S L
Decimal 51 220 186 0.77 0 0.15 0.14 167.93 0.71 0.53
Hex 33 DC BA 4D 0 F E A8 47 35
Octal 63 334 272 115 0 17 16 250 107 65
Binary 110011 11011100 10111010 1001101 0 1111 1110 10101000 1000111 110101

Color Harmonies of #33DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DCBA

Black with #33DCBA

Text Example


Text Example

White with #33DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33DCBA; }

 p { color: rgb(51,220,186); }

 H1.HeaderClassName
 {
   color: #33DCBA;
 }
 .AnyTagClassName
 {
   color: #33DCBA;
 }
</style>

background-color css

<style>
 a { background-color: #33DCBA; }

 a { background-color: rgb(51,220,186); }

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

border-color css

<style>
 span { border-color: #33DCBA; }

 span { border-color: rgb(51,220,186); }

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