Html Css Color HEX #33DDDB Turquoise

📋 copy color: '#33DDDB'

red 51 ◦ green 221 ◦ blue 219

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

Shades of Turquoise #33DDDB

Tints of Turquoise #33DDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 10.39%
G = 45.01%
B = 44.6%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#33DDDB (or 0x33DDDB) is known color: Turquoise. HEX triplet: 33, DD and DB. RGB value is (51,221,219). Sum of RGB (Red+Green+Blue) = 51+221+219=491 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.39% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDDB is #CC2224. Grayscale: #A9A9A9. Windows color (decimal): -13378085 or 14409011. OLE color: 14409011.

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

Color convert

RGB 51 221 219 -
CMYK 0.77 0 0.01 0.13
HSL 179.29º 0.71% 0.53% -
HSV(B) 179.29º 0.77% 0.87% -
XYZ 40.01 57.53 76.01 -
YUV 169.94 155.68 43.16 -
System Red Green Blue C M Y K H S L
Decimal 51 221 219 0.77 0 0.01 0.13 179.29 0.71 0.53
Hex 33 DD DB 4D 0 1 D B3 47 35
Octal 63 335 333 115 0 1 15 263 107 65
Binary 110011 11011101 11011011 1001101 0 1 1101 10110011 1000111 110101

Color Harmonies of #33DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DDDB

Black with #33DDDB

Text Example


Text Example

White with #33DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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