Html Css Color HEX #33DBC1 Turquoise

📋 copy color: '#33DBC1'

red 51 ◦ green 219 ◦ blue 193

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

Shades of Turquoise #33DBC1

Tints of Turquoise #33DBC1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.3%

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

R = 11.02%
G = 47.3%
B = 41.68%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#33DBC1 (or 0x33DBC1) is known color: Turquoise. HEX triplet: 33, DB and C1. RGB value is (51,219,193). Sum of RGB (Red+Green+Blue) = 51+219+193=463 (61% of max value = 765). Red value is 51 (20.31% from 255 or 11.02% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #33DBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DBC1 is #CC243E. Grayscale: #A5A5A5. Windows color (decimal): -13378623 or 12704563. OLE color: 12704563.

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

Color convert

RGB 51 219 193 -
CMYK 0.77 0 0.12 0.14
HSL 170.71º 0.7% 0.53% -
HSV(B) 170.71º 0.77% 0.86% -
XYZ 36.32 55.22 59.2 -
YUV 165.8 143.34 46.11 -
System Red Green Blue C M Y K H S L
Decimal 51 219 193 0.77 0 0.12 0.14 170.71 0.7 0.53
Hex 33 DB C1 4D 0 C E AB 46 35
Octal 63 333 301 115 0 14 16 253 106 65
Binary 110011 11011011 11000001 1001101 0 1100 1110 10101011 1000110 110101

Color Harmonies of #33DBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DBC1

Black with #33DBC1

Text Example


Text Example

White with #33DBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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