Html Css Color HEX #33DDCB Turquoise

📋 copy color: '#33DDCB'

red 51 ◦ green 221 ◦ blue 203

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

Shades of Turquoise #33DDCB

Tints of Turquoise #33DDCB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.53%

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 10.74%
G = 46.53%
B = 42.74%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#33DDCB (or 0x33DDCB) is known color: Turquoise. HEX triplet: 33, DD and CB. RGB value is (51,221,203). Sum of RGB (Red+Green+Blue) = 51+221+203=475 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.74% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #33DDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DDCB is #CC2234. Grayscale: #A8A8A8. Windows color (decimal): -13378101 or 13360435. OLE color: 13360435.

HSL color Cylindrical-coordinate representation of color #33DDCB: hue angle of 173.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DDCB is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 221 203 -
CMYK 0.77 0 0.08 0.13
HSL 173.65º 0.71% 0.53% -
HSV(B) 173.65º 0.77% 0.87% -
XYZ 38 56.73 65.45 -
YUV 168.12 147.68 44.46 -
System Red Green Blue C M Y K H S L
Decimal 51 221 203 0.77 0 0.08 0.13 173.65 0.71 0.53
Hex 33 DD CB 4D 0 8 D AE 47 35
Octal 63 335 313 115 0 10 15 256 107 65
Binary 110011 11011101 11001011 1001101 0 1000 1101 10101110 1000111 110101

Color Harmonies of #33DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DDCB

Black with #33DDCB

Text Example


Text Example

White with #33DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,221,203); }

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

background-color css

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

 a { background-color: rgb(51,221,203); }

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

border-color css

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

 span { border-color: rgb(51,221,203); }

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