Html Css Color HEX #33DDC3 Turquoise

📋 copy color: '#33DDC3'

red 51 ◦ green 221 ◦ blue 195

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

Shades of Turquoise #33DDC3

Tints of Turquoise #33DDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.76%

R = 10.92%
G = 47.32%
B = 41.76%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#33DDC3 (or 0x33DDC3) is known color: Turquoise. HEX triplet: 33, DD and C3. RGB value is (51,221,195). Sum of RGB (Red+Green+Blue) = 51+221+195=467 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.92% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDC3 is #CC223C. Grayscale: #A7A7A7. Windows color (decimal): -13378109 or 12836147. OLE color: 12836147.

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

Color convert

RGB 51 221 195 -
CMYK 0.77 0 0.12 0.13
HSL 170.82º 0.71% 0.53% -
HSV(B) 170.82º 0.77% 0.87% -
XYZ 37.07 56.36 60.55 -
YUV 167.21 143.68 45.11 -
System Red Green Blue C M Y K H S L
Decimal 51 221 195 0.77 0 0.12 0.13 170.82 0.71 0.53
Hex 33 DD C3 4D 0 C D AB 47 35
Octal 63 335 303 115 0 14 15 253 107 65
Binary 110011 11011101 11000011 1001101 0 1100 1101 10101011 1000111 110101

Color Harmonies of #33DDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DDC3

Black with #33DDC3

Text Example


Text Example

White with #33DDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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