Html Css Color HEX #33DFD0 Turquoise

📋 copy color: '#33DFD0'

red 51 ◦ green 223 ◦ blue 208

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

Shades of Turquoise #33DFD0

Tints of Turquoise #33DFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.15%

R = 10.58%
G = 46.27%
B = 43.15%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#33DFD0 (or 0x33DFD0) is known color: Turquoise. HEX triplet: 33, DF and D0. RGB value is (51,223,208). Sum of RGB (Red+Green+Blue) = 51+223+208=482 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.58% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #33DFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DFD0 is #CC202F. Grayscale: #A9A9A9. Windows color (decimal): -13377584 or 13688627. OLE color: 13688627.

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

Color convert

RGB 51 223 208 -
CMYK 0.77 0 0.07 0.13
HSL 174.77º 0.73% 0.54% -
HSV(B) 174.77º 0.77% 0.87% -
XYZ 39.14 58.03 68.81 -
YUV 169.86 149.52 43.22 -
System Red Green Blue C M Y K H S L
Decimal 51 223 208 0.77 0 0.07 0.13 174.77 0.73 0.54
Hex 33 DF D0 4D 0 7 D AF 49 36
Octal 63 337 320 115 0 7 15 257 111 66
Binary 110011 11011111 11010000 1001101 0 111 1101 10101111 1001001 110110

Color Harmonies of #33DFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DFD0

Black with #33DFD0

Text Example


Text Example

White with #33DFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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