Html Css Color HEX #33DFC2 Turquoise

📋 copy color: '#33DFC2'

red 51 ◦ green 223 ◦ blue 194

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

Shades of Turquoise #33DFC2

Tints of Turquoise #33DFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.45%

R = 10.9%
G = 47.65%
B = 41.45%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#33DFC2 (or 0x33DFC2) is known color: Turquoise. HEX triplet: 33, DF and C2. RGB value is (51,223,194). Sum of RGB (Red+Green+Blue) = 51+223+194=468 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.90% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #33DFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DFC2 is #CC203D. Grayscale: #A8A8A8. Windows color (decimal): -13377598 or 12771123. OLE color: 12771123.

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

Color convert

RGB 51 223 194 -
CMYK 0.77 0 0.13 0.13
HSL 169.88º 0.73% 0.54% -
HSV(B) 169.88º 0.77% 0.87% -
XYZ 37.49 57.37 60.14 -
YUV 168.27 142.52 44.36 -
System Red Green Blue C M Y K H S L
Decimal 51 223 194 0.77 0 0.13 0.13 169.88 0.73 0.54
Hex 33 DF C2 4D 0 D D AA 49 36
Octal 63 337 302 115 0 15 15 252 111 66
Binary 110011 11011111 11000010 1001101 0 1101 1101 10101010 1001001 110110

Color Harmonies of #33DFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DFC2

Black with #33DFC2

Text Example


Text Example

White with #33DFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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