Html Css Color HEX #33DDC1 Turquoise

📋 copy color: '#33DDC1'

red 51 ◦ green 221 ◦ blue 193

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

Shades of Turquoise #33DDC1

Tints of Turquoise #33DDC1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.53%

 BLUE value IS 193 (75.78% from 255) = 41.51%

R = 10.97%
G = 47.53%
B = 41.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#33DDC1 (or 0x33DDC1) is known color: Turquoise. HEX triplet: 33, DD and C1. RGB value is (51,221,193). Sum of RGB (Red+Green+Blue) = 51+221+193=465 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.97% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDC1 is #CC223E. Grayscale: #A6A6A6. Windows color (decimal): -13378111 or 12705075. OLE color: 12705075.

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

Color convert

RGB 51 221 193 -
CMYK 0.77 0 0.13 0.13
HSL 170.12º 0.71% 0.53% -
HSV(B) 170.12º 0.77% 0.87% -
XYZ 36.85 56.27 59.37 -
YUV 166.98 142.68 45.28 -
System Red Green Blue C M Y K H S L
Decimal 51 221 193 0.77 0 0.13 0.13 170.12 0.71 0.53
Hex 33 DD C1 4D 0 D D AA 47 35
Octal 63 335 301 115 0 15 15 252 107 65
Binary 110011 11011101 11000001 1001101 0 1101 1101 10101010 1000111 110101

Color Harmonies of #33DDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DDC1

Black with #33DDC1

Text Example


Text Example

White with #33DDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,221,193); }

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

background-color css

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

 a { background-color: rgb(51,221,193); }

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

border-color css

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

 span { border-color: rgb(51,221,193); }

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