Html Css Color HEX #33DCBE Turquoise

📋 copy color: '#33DCBE'

red 51 ◦ green 220 ◦ blue 190

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

Shades of Turquoise #33DCBE

Tints of Turquoise #33DCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.21%

R = 11.06%
G = 47.72%
B = 41.21%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#33DCBE (or 0x33DCBE) is known color: Turquoise. HEX triplet: 33, DC and BE. RGB value is (51,220,190). Sum of RGB (Red+Green+Blue) = 51+220+190=461 (61% of max value = 765). Red value is 51 (20.31% from 255 or 11.06% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #33DCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DCBE is #CC2341. Grayscale: #A6A6A6. Windows color (decimal): -13378370 or 12508211. OLE color: 12508211.

HSL color Cylindrical-coordinate representation of color #33DCBE: hue angle of 169.35º 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 #33DCBE is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 220 190 -
CMYK 0.77 0 0.14 0.14
HSL 169.35º 0.71% 0.53% -
HSV(B) 169.35º 0.77% 0.86% -
XYZ 36.25 55.61 57.54 -
YUV 166.05 141.51 45.94 -
System Red Green Blue C M Y K H S L
Decimal 51 220 190 0.77 0 0.14 0.14 169.35 0.71 0.53
Hex 33 DC BE 4D 0 E E A9 47 35
Octal 63 334 276 115 0 16 16 251 107 65
Binary 110011 11011100 10111110 1001101 0 1110 1110 10101001 1000111 110101

Color Harmonies of #33DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DCBE

Black with #33DCBE

Text Example


Text Example

White with #33DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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