Html Css Color HEX #33E0BB Turquoise

📋 copy color: '#33E0BB'

red 51 ◦ green 224 ◦ blue 187

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

Shades of Turquoise #33E0BB

Tints of Turquoise #33E0BB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.48%

 BLUE value IS 187 (73.44% from 255) = 40.48%

R = 11.04%
G = 48.48%
B = 40.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#33E0BB (or 0x33E0BB) is known color: Turquoise. HEX triplet: 33, E0 and BB. RGB value is (51,224,187). Sum of RGB (Red+Green+Blue) = 51+224+187=462 (61% of max value = 765). Red value is 51 (20.31% from 255 or 11.04% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #33E0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33E0BB is #CC1F44. Grayscale: #A8A8A8. Windows color (decimal): -13377349 or 12312627. OLE color: 12312627.

HSL color Cylindrical-coordinate representation of color #33E0BB: hue angle of 167.17º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33E0BB is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 51 224 187 -
CMYK 0.77 0 0.17 0.12
HSL 167.17º 0.74% 0.54% -
HSV(B) 167.17º 0.77% 0.88% -
XYZ 36.99 57.6 56.18 -
YUV 168.06 138.69 44.51 -
System Red Green Blue C M Y K H S L
Decimal 51 224 187 0.77 0 0.17 0.12 167.17 0.74 0.54
Hex 33 E0 BB 4D 0 11 C A7 4A 36
Octal 63 340 273 115 0 21 14 247 112 66
Binary 110011 11100000 10111011 1001101 0 10001 1100 10100111 1001010 110110

Color Harmonies of #33E0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33E0BB

Black with #33E0BB

Text Example


Text Example

White with #33E0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,224,187); }

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

background-color css

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

 a { background-color: rgb(51,224,187); }

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

border-color css

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

 span { border-color: rgb(51,224,187); }

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