Html Css Color HEX #33FFB0 Turquoise

📋 copy color: '#33FFB0'

red 51 ◦ green 255 ◦ blue 176

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

Shades of Turquoise #33FFB0

Tints of Turquoise #33FFB0

RGB

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

 GREEN value IS 255 (100% from 255) = 52.9%

 BLUE value IS 176 (69.14% from 255) = 36.51%

R = 10.58%
G = 52.9%
B = 36.51%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#33FFB0 (or 0x33FFB0) is known color: Turquoise. HEX triplet: 33, FF and B0. RGB value is (51,255,176). Sum of RGB (Red+Green+Blue) = 51+255+176=482 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.58% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33FFB0 is #CC004F. Grayscale: #B9B9B9. Windows color (decimal): -13369424 or 11599667. OLE color: 11599667.

HSL color Cylindrical-coordinate representation of color #33FFB0: hue angle of 156.76º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FFB0 is Cyan = 0.8, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 51 255 176 -
CMYK 0.8 0 0.31 0
HSL 156.76º 1% 0.6% -
HSV(B) 156.76º 0.8% 1% -
XYZ 44.96 75.36 53.25 -
YUV 185 122.91 32.42 -
System Red Green Blue C M Y K H S L
Decimal 51 255 176 0.8 0 0.31 0 156.76 1 0.6
Hex 33 FF B0 50 0 1F 0 9D 64 3C
Octal 63 377 260 120 0 37 0 235 144 74
Binary 110011 11111111 10110000 1010000 0 11111 0 10011101 1100100 111100

Color Harmonies of #33FFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FFB0

Black with #33FFB0

Text Example


Text Example

White with #33FFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,255,176); }

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

background-color css

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

 a { background-color: rgb(51,255,176); }

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

border-color css

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

 span { border-color: rgb(51,255,176); }

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