Html Css Color HEX #33D0DB Medium Turquoise

📋 copy color: '#33D0DB'

red 51 ◦ green 208 ◦ blue 219

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

Shades of Medium Turquoise #33D0DB

Tints of Medium Turquoise #33D0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.51%

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 10.67%
G = 43.51%
B = 45.82%

CMYK

 C value IS 0.77

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#33D0DB (or 0x33D0DB) is known color: Medium Turquoise. HEX triplet: 33, D0 and DB. RGB value is (51,208,219). Sum of RGB (Red+Green+Blue) = 51+208+219=478 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.67% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #33D0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D0DB is #CC2F24. Grayscale: #A2A2A2. Windows color (decimal): -13381413 or 14405683. OLE color: 14405683.

HSL color Cylindrical-coordinate representation of color #33D0DB: hue angle of 183.93º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33D0DB is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 208 219 -
CMYK 0.77 0.05 0 0.14
HSL 183.93º 0.7% 0.53% -
HSV(B) 183.93º 0.77% 0.86% -
XYZ 36.71 50.93 74.91 -
YUV 162.31 159.99 48.61 -
System Red Green Blue C M Y K H S L
Decimal 51 208 219 0.77 0.05 0 0.14 183.93 0.7 0.53
Hex 33 D0 DB 4D 5 0 E B8 46 35
Octal 63 320 333 115 5 0 16 270 106 65
Binary 110011 11010000 11011011 1001101 101 0 1110 10111000 1000110 110101

Color Harmonies of #33D0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D0DB

Black with #33D0DB

Text Example


Text Example

White with #33D0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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