Html Css Color HEX #33DFDD Turquoise

📋 copy color: '#33DFDD'

red 51 ◦ green 223 ◦ blue 221

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

Shades of Turquoise #33DFDD

Tints of Turquoise #33DFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.05%

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

R = 10.3%
G = 45.05%
B = 44.65%

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

#33DFDD (or 0x33DFDD) is known color: Turquoise. HEX triplet: 33, DF and DD. RGB value is (51,223,221). Sum of RGB (Red+Green+Blue) = 51+223+221=495 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.30% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #33DFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DFDD is #CC2022. Grayscale: #ABABAB. Windows color (decimal): -13377571 or 14540595. OLE color: 14540595.

HSL color Cylindrical-coordinate representation of color #33DFDD: hue angle of 179.3º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DFDD is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 223 221 -
CMYK 0.77 0 0.01 0.13
HSL 179.3º 0.73% 0.54% -
HSV(B) 179.3º 0.77% 0.87% -
XYZ 40.8 58.7 77.59 -
YUV 171.34 156.02 42.16 -
System Red Green Blue C M Y K H S L
Decimal 51 223 221 0.77 0 0.01 0.13 179.3 0.73 0.54
Hex 33 DF DD 4D 0 1 D B3 49 36
Octal 63 337 335 115 0 1 15 263 111 66
Binary 110011 11011111 11011101 1001101 0 1 1101 10110011 1001001 110110

Color Harmonies of #33DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DFDD

Black with #33DFDD

Text Example


Text Example

White with #33DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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