Html Css Color HEX #33D6BD Turquoise

📋 copy color: '#33D6BD'

red 51 ◦ green 214 ◦ blue 189

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

Shades of Turquoise #33D6BD

Tints of Turquoise #33D6BD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.14%

 BLUE value IS 189 (74.22% from 255) = 41.63%

R = 11.23%
G = 47.14%
B = 41.63%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#33D6BD (or 0x33D6BD) is known color: Turquoise. HEX triplet: 33, D6 and BD. RGB value is (51,214,189). Sum of RGB (Red+Green+Blue) = 51+214+189=454 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.23% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #33D6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D6BD is #CC2942. Grayscale: #A2A2A2. Windows color (decimal): -13379907 or 12441139. OLE color: 12441139.

HSL color Cylindrical-coordinate representation of color #33D6BD: hue angle of 170.8º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D6BD is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 214 189 -
CMYK 0.76 0 0.12 0.16
HSL 170.8º 0.67% 0.52% -
HSV(B) 170.8º 0.76% 0.84% -
XYZ 34.6 52.47 56.45 -
YUV 162.41 143 48.53 -
System Red Green Blue C M Y K H S L
Decimal 51 214 189 0.76 0 0.12 0.16 170.8 0.67 0.52
Hex 33 D6 BD 4C 0 C 10 AB 43 34
Octal 63 326 275 114 0 14 20 253 103 64
Binary 110011 11010110 10111101 1001100 0 1100 10000 10101011 1000011 110100

Color Harmonies of #33D6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D6BD

Black with #33D6BD

Text Example


Text Example

White with #33D6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,214,189); }

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

background-color css

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

 a { background-color: rgb(51,214,189); }

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

border-color css

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

 span { border-color: rgb(51,214,189); }

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