Html Css Color HEX #33DEBA Turquoise

📋 copy color: '#33DEBA'

red 51 ◦ green 222 ◦ blue 186

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

Shades of Turquoise #33DEBA

Tints of Turquoise #33DEBA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.37%

 BLUE value IS 186 (73.05% from 255) = 40.52%

R = 11.11%
G = 48.37%
B = 40.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#33DEBA (or 0x33DEBA) is known color: Turquoise. HEX triplet: 33, DE and BA. RGB value is (51,222,186). Sum of RGB (Red+Green+Blue) = 51+222+186=459 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.11% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #33DEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DEBA is #CC2145. Grayscale: #A6A6A6. Windows color (decimal): -13377862 or 12246579. OLE color: 12246579.

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

Color convert

RGB 51 222 186 -
CMYK 0.77 0 0.16 0.13
HSL 167.37º 0.72% 0.54% -
HSV(B) 167.37º 0.77% 0.87% -
XYZ 36.35 56.49 55.44 -
YUV 166.77 138.85 45.43 -
System Red Green Blue C M Y K H S L
Decimal 51 222 186 0.77 0 0.16 0.13 167.37 0.72 0.54
Hex 33 DE BA 4D 0 10 D A7 48 36
Octal 63 336 272 115 0 20 15 247 110 66
Binary 110011 11011110 10111010 1001101 0 10000 1101 10100111 1001000 110110

Color Harmonies of #33DEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DEBA

Black with #33DEBA

Text Example


Text Example

White with #33DEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,222,186); }

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

background-color css

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

 a { background-color: rgb(51,222,186); }

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

border-color css

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

 span { border-color: rgb(51,222,186); }

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