Html Css Color HEX #33DFD1 Turquoise

📋 copy color: '#33DFD1'

red 51 ◦ green 223 ◦ blue 209

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

Shades of Turquoise #33DFD1

Tints of Turquoise #33DFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.27%

R = 10.56%
G = 46.17%
B = 43.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#33DFD1 (or 0x33DFD1) is known color: Turquoise. HEX triplet: 33, DF and D1. RGB value is (51,223,209). Sum of RGB (Red+Green+Blue) = 51+223+209=483 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.56% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #33DFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DFD1 is #CC202E. Grayscale: #A9A9A9. Windows color (decimal): -13377583 or 13754163. OLE color: 13754163.

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

Color convert

RGB 51 223 209 -
CMYK 0.77 0 0.06 0.13
HSL 175.12º 0.73% 0.54% -
HSV(B) 175.12º 0.77% 0.87% -
XYZ 39.26 58.08 69.46 -
YUV 169.98 150.02 43.14 -
System Red Green Blue C M Y K H S L
Decimal 51 223 209 0.77 0 0.06 0.13 175.12 0.73 0.54
Hex 33 DF D1 4D 0 6 D AF 49 36
Octal 63 337 321 115 0 6 15 257 111 66
Binary 110011 11011111 11010001 1001101 0 110 1101 10101111 1001001 110110

Color Harmonies of #33DFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DFD1

Black with #33DFD1

Text Example


Text Example

White with #33DFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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