Html Css Color HEX #33BFBF Medium Turquoise

📋 copy color: '#33BFBF'

red 51 ◦ green 191 ◦ blue 191

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

Shades of Medium Turquoise #33BFBF

Tints of Medium Turquoise #33BFBF

RGB

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

 GREEN value IS 191 (75% from 255) = 44.11%

 BLUE value IS 191 (75% from 255) = 44.11%

R = 11.78%
G = 44.11%
B = 44.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#33BFBF (or 0x33BFBF) is known color: Medium Turquoise. HEX triplet: 33, BF and BF. RGB value is (51,191,191). Sum of RGB (Red+Green+Blue) = 51+191+191=433 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.78% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #33BFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BFBF is #CC4040. Grayscale: #959595. Windows color (decimal): -13385793 or 12566323. OLE color: 12566323.

HSL color Cylindrical-coordinate representation of color #33BFBF: hue angle of 180º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BFBF is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 191 191 -
CMYK 0.73 0 0 0.25
HSL 180º 0.58% 0.47% -
HSV(B) 180º 0.73% 0.75% -
XYZ 29.4 41.73 55.79 -
YUV 149.14 151.62 58 -
System Red Green Blue C M Y K H S L
Decimal 51 191 191 0.73 0 0 0.25 180 0.58 0.47
Hex 33 BF BF 49 0 0 19 B4 3A 2F
Octal 63 277 277 111 0 0 31 264 72 57
Binary 110011 10111111 10111111 1001001 0 0 11001 10110100 111010 101111

Color Harmonies of #33BFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BFBF

Black with #33BFBF

Text Example


Text Example

White with #33BFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,191,191); }

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

background-color css

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

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

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

border-color css

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

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

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