Html Css Color HEX #33DDBB Turquoise

📋 copy color: '#33DDBB'

red 51 ◦ green 221 ◦ blue 187

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

Shades of Turquoise #33DDBB

Tints of Turquoise #33DDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.74%

R = 11.11%
G = 48.15%
B = 40.74%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#33DDBB (or 0x33DDBB) is known color: Turquoise. HEX triplet: 33, DD and BB. RGB value is (51,221,187). Sum of RGB (Red+Green+Blue) = 51+221+187=459 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.11% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDBB is #CC2244. Grayscale: #A6A6A6. Windows color (decimal): -13378117 or 12311859. OLE color: 12311859.

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

Color convert

RGB 51 221 187 -
CMYK 0.77 0 0.15 0.13
HSL 168º 0.71% 0.53% -
HSV(B) 168º 0.77% 0.87% -
XYZ 36.19 56 55.92 -
YUV 166.29 139.68 45.76 -
System Red Green Blue C M Y K H S L
Decimal 51 221 187 0.77 0 0.15 0.13 168 0.71 0.53
Hex 33 DD BB 4D 0 F D A8 47 35
Octal 63 335 273 115 0 17 15 250 107 65
Binary 110011 11011101 10111011 1001101 0 1111 1101 10101000 1000111 110101

Color Harmonies of #33DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DDBB

Black with #33DDBB

Text Example


Text Example

White with #33DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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