Html Css Color HEX #33DDDA Turquoise

📋 copy color: '#33DDDA'

red 51 ◦ green 221 ◦ blue 218

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

Shades of Turquoise #33DDDA

Tints of Turquoise #33DDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 10.41%
G = 45.1%
B = 44.49%

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

#33DDDA (or 0x33DDDA) is known color: Turquoise. HEX triplet: 33, DD and DA. RGB value is (51,221,218). Sum of RGB (Red+Green+Blue) = 51+221+218=490 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.41% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDDA is #CC2225. Grayscale: #A9A9A9. Windows color (decimal): -13378086 or 14343475. OLE color: 14343475.

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

Color convert

RGB 51 221 218 -
CMYK 0.77 0 0.01 0.13
HSL 178.94º 0.71% 0.53% -
HSV(B) 178.94º 0.77% 0.87% -
XYZ 39.88 57.48 75.32 -
YUV 169.83 155.18 43.24 -
System Red Green Blue C M Y K H S L
Decimal 51 221 218 0.77 0 0.01 0.13 178.94 0.71 0.53
Hex 33 DD DA 4D 0 1 D B3 47 35
Octal 63 335 332 115 0 1 15 263 107 65
Binary 110011 11011101 11011010 1001101 0 1 1101 10110011 1000111 110101

Color Harmonies of #33DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DDDA

Black with #33DDDA

Text Example


Text Example

White with #33DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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