Html Css Color HEX #33DADD Turquoise

📋 copy color: '#33DADD'

red 51 ◦ green 218 ◦ blue 221

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

Shades of Turquoise #33DADD

Tints of Turquoise #33DADD

RGB

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

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

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

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

CMYK

 C value IS 0.77

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 51 218 221 -
CMYK 0.77 0.01 0 0.13
HSL 181.06º 0.71% 0.53% -
HSV(B) 181.06º 0.77% 0.87% -
XYZ 39.49 56.07 77.15 -
YUV 168.41 157.67 44.26 -
System Red Green Blue C M Y K H S L
Decimal 51 218 221 0.77 0.01 0 0.13 181.06 0.71 0.53
Hex 33 DA DD 4D 1 0 D B5 47 35
Octal 63 332 335 115 1 0 15 265 107 65
Binary 110011 11011010 11011101 1001101 1 0 1101 10110101 1000111 110101

Color Harmonies of #33DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DADD

Black with #33DADD

Text Example


Text Example

White with #33DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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