Html Css Color HEX #33DDBA Turquoise

📋 copy color: '#33DDBA'

red 51 ◦ green 221 ◦ blue 186

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

Shades of Turquoise #33DDBA

Tints of Turquoise #33DDBA

RGB

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

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

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

R = 11.14%
G = 48.25%
B = 40.61%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#33DDBA (or 0x33DDBA) is known color: Turquoise. HEX triplet: 33, DD and BA. RGB value is (51,221,186). Sum of RGB (Red+Green+Blue) = 51+221+186=458 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.14% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDBA is #CC2245. Grayscale: #A6A6A6. Windows color (decimal): -13378118 or 12246323. OLE color: 12246323.

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

Color convert

RGB 51 221 186 -
CMYK 0.77 0 0.16 0.13
HSL 167.65º 0.71% 0.53% -
HSV(B) 167.65º 0.77% 0.87% -
XYZ 36.08 55.96 55.35 -
YUV 166.18 139.18 45.85 -
System Red Green Blue C M Y K H S L
Decimal 51 221 186 0.77 0 0.16 0.13 167.65 0.71 0.53
Hex 33 DD BA 4D 0 10 D A8 47 35
Octal 63 335 272 115 0 20 15 250 107 65
Binary 110011 11011101 10111010 1001101 0 10000 1101 10101000 1000111 110101

Color Harmonies of #33DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DDBA

Black with #33DDBA

Text Example


Text Example

White with #33DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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