Html Css Color HEX #33BFC5 Medium Turquoise

📋 copy color: '#33BFC5'

red 51 ◦ green 191 ◦ blue 197

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

Shades of Medium Turquoise #33BFC5

Tints of Medium Turquoise #33BFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.87%

R = 11.62%
G = 43.51%
B = 44.87%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#33BFC5 (or 0x33BFC5) is known color: Medium Turquoise. HEX triplet: 33, BF and C5. RGB value is (51,191,197). Sum of RGB (Red+Green+Blue) = 51+191+197=439 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.62% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 197 - color contains mainly: blue. Hex color #33BFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BFC5 is #CC403A. Grayscale: #959595. Windows color (decimal): -13385787 or 12959539. OLE color: 12959539.

HSL color Cylindrical-coordinate representation of color #33BFC5: hue angle of 182.47º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33BFC5 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 51 191 197 -
CMYK 0.74 0.03 0 0.23
HSL 182.47º 0.59% 0.49% -
HSV(B) 182.47º 0.74% 0.77% -
XYZ 30.07 42 59.34 -
YUV 149.82 154.62 57.51 -
System Red Green Blue C M Y K H S L
Decimal 51 191 197 0.74 0.03 0 0.23 182.47 0.59 0.49
Hex 33 BF C5 4A 3 0 17 B6 3B 31
Octal 63 277 305 112 3 0 27 266 73 61
Binary 110011 10111111 11000101 1001010 11 0 10111 10110110 111011 110001

Color Harmonies of #33BFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BFC5

Black with #33BFC5

Text Example


Text Example

White with #33BFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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