Html Css Color HEX #33CDC2 Medium Turquoise

📋 copy color: '#33CDC2'

red 51 ◦ green 205 ◦ blue 194

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

Shades of Medium Turquoise #33CDC2

Tints of Medium Turquoise #33CDC2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.56%

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

R = 11.33%
G = 45.56%
B = 43.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#33CDC2 (or 0x33CDC2) is known color: Medium Turquoise. HEX triplet: 33, CD and C2. RGB value is (51,205,194). Sum of RGB (Red+Green+Blue) = 51+205+194=450 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.33% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #33CDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CDC2 is #CC323D. Grayscale: #9D9D9D. Windows color (decimal): -13382206 or 12766515. OLE color: 12766515.

HSL color Cylindrical-coordinate representation of color #33CDC2: hue angle of 175.71º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CDC2 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 205 194 -
CMYK 0.75 0 0.05 0.20
HSL 175.71º 0.61% 0.5% -
HSV(B) 175.71º 0.75% 0.8% -
XYZ 32.93 48.26 58.62 -
YUV 157.7 148.48 51.89 -
System Red Green Blue C M Y K H S L
Decimal 51 205 194 0.75 0 0.05 0.20 175.71 0.61 0.5
Hex 33 CD C2 4B 0 5 14 B0 3D 32
Octal 63 315 302 113 0 5 24 260 75 62
Binary 110011 11001101 11000010 1001011 0 101 10100 10110000 111101 110010

Color Harmonies of #33CDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33CDC2

Black with #33CDC2

Text Example


Text Example

White with #33CDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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